Developer:Windows GettingStarted
From Tonido Support
Developer Home | Support Forum | Tonido Feedback | Tonido Homepage
Setting up Development Environment in Windows
Required Software Dependencies
- TortoiseSVN Subversion client. See http://tortoisesvn.net/downloads
- Microsoft Visual Studio 2008 (or Free MS Visual C++ Express 2008). See http://www.microsoft.com/express/download/
- Note: If you installed MS Visual C++ Express, you will need the Microsoft Windows SDK http://www.microsoft.com/downloads/details.aspx?familyid=E6E1C3DF-A74F-4207-8586-711EBE331CDC&displaylang=en
- Make sure you are able to compile source code with your Visual Studio C++ compiler without any issues.
Build Steps
- Create a directory(say 'tonidosdk') where you want to download the Tonido SDK source code
- Right click the folder in Windows Explorer and select "SVN Checkout". Enter the following URL of the source repository
http://developer.tonido.com/svn/codelathe/trunk/tonidosdk - The Tonido SDK will be downloaded to that folder.
- Setup an environment variable
P2P_BASE_PATHto point to that directory - Double-click and run
tonidosdk\thirdparty\setup_win32.bat - Open Visual Studio and open the tonidosdk.sln project under tonidosdk\build\tonidosdk.sln
- Build Solution
- Set tonidoconsole as startup project, run the project and open your browser at http://127.0.0.1:10001




