Developer:Linux GettingStarted
From Tonido Support
Developer Home | Support Forum | Tonido Feedback | Tonido Homepage
Setting up Development Environment in Linux
We highly recommend you build and develop tonido apps for Linux using Ubuntu 8.04. If you have a different version, you can easily setup a Virtual Machine using Ubuntu 8.04. This will be easier and less painful in the long run.
Required Software Dependencies
- Install GCC and build tools (atleast 4.2.4)
sudo apt-get install build-essential - Install Subversion
sudo apt-get install subversion - Install Bjam
sudo apt-get install bjam - Install following libs
sudo apt-get install libjpeg62
sudo apt-get install libjpeg62-dev
sudo apt-get install libpng12-0
sudo apt-get install libpng12-dev
sudo apt-get install libssl-dev
Build Steps
- Type from a directory where you want to checkout source code
svn co http://developer.tonido.com/svn/codelathe/trunk/tonidosdk tonidosdk - The Tonido SDK will be downloaded to that folder.
- Run
tonidosdk\thirdparty\setup_ubuntu804.sh - Go to tonidosdk\build\ folder
- Build Tonido Debug
bjam - Run Tonido by going to tonidosdk\build\bin\gcc\debug and then first setting the
LD_LIBRARY_PATH=.and then running./tonidoconsole& - To build Tonido Release
bjam release - Open your browser at http://127.0.0.1:10001 to view your Tonido SDK build




