Tizen .NET Portal is published at https://samsung.github.io/Tizen.NET/.
This project hosts the Tizen .NET Portal which provides the useful information about developing the Tizen .NET application in one space.
Visit the Quick Guides and the Known Issues to get started. See the Posts for the deeper information.
- Check out on Jekyll Installation, or see the summary below.
- Requirement
- Ruby version 2.2.5 or above (
ruby -v) - RubyGems (
gem -v) - GCC and Make (
gcc -v,g++ -v,make -v,)
- Ruby version 2.2.5 or above (
- Jekyll on Ubuntu
- Install dependencies
~/ $ sudo apt-get install ruby-full build-essential zlib1g-dev - Install Jekyll
~/ $ sudo gem install jekyll bundler
- Install dependencies
- Requirement
- Build and Generate on local
~/Tizen.NET $ bundle install
~/Tizen.NET $ bundle exec jekyll serve- Check out the generated Page at
http://127.0.0.1:4000/Tizen.NET/