Tizen .NET Portal is published at https://samsung.github.io/Tizen.NET/.
This project hosts the Tizen .NET Portal, which provides useful information about developing Tizen .NET applications 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 following summary.
- 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/