Developer:OSX GettingStarted
From Tonido Support
Developer Home | Support Forum | Tonido Feedback | Tonido Homepage
Setting up Development Environment in MacOSX
Required Software Dependencies
- If you don't have it Install XCodeTools from CD (This should install GCC etc)
- You might need to install libjpeg, libpng
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
cd tonidosdk/thirdparty/ - Run
./setup_darwin.sh - Go to tonidosdk/build/ directory
- Copy tonidosdk/build/tools/x86-darwin/bjam to /usr/bin
- Build Tonido Debug
bjam toolset=darwin - Run Tonido by going to tonidosdk\build\bin\gcc\debug and then first setting the
export DYLD_LIBRARY_PATH=.and then running./tonidoconsole& - Open your browser at http://127.0.0.1:10001 to view your Tonido
- To build Tonido Release
bjam release toolset=darwin




