Changes between Version 6 and Version 7 of dev/VisualStudio
- Timestamp:
- Oct 10, 2008, 5:44:49 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/VisualStudio
v6 v7 25 25 C:\Program Files\Microsoft DirectX SDK (August 2007)\Include 26 26 27 === Configuring the Solution === 28 1. The next thing is getting the external dependencies. We supply these as precompiled [http://svn.orxonox.net/ogre/binaries/VisualStudio8/ archives] (take the newest ones) with the lib, dll, debug symbols and include files all at once. Once you got the archive, put it in the directory of your source checkout folder and extract it right there (not in a new folder). This will create a folder named "dependencies" that include everything necessary. [[br]][[br]] 27 === Getting everything set and done === 28 1. Checkout the HEAD revision of the trunk or of any branch you like. Also checkout the Media repository and put it on the same directory level as your source checkout. More information can be found in the [wiki:SVN] section. 29 1. The next thing is getting the external dependencies. We supply these as precompiled [http://svn.orxonox.net/ogre/binaries/VisualStudio8/ archives] (take the newest ones) with the lib, dll, debug symbols and include files all at once. Once you got the archive, put it in the directory of your source checkout folder and extract it right there (not in a new folder). This will create a folder named "dependencies" that includes everything necessary. [[br]][[br]] 29 30 30 2. Run visual_studio/vc8/orxonox_vc8.sln now. When started, you can see all projects of the solution in the left window (otherwise get that window with ''View, Solution Explorer''). Now right click on ''orxonox'' and choose ''Set as StartUp Project''. [[br]][[br]]31 1. Run visual_studio/vc8/orxonox_vc8.sln now. When started, you can see all projects of the solution in the left window (otherwise get that window with ''View, Solution Explorer''). Now right click on ''orxonox'' and choose ''Set as StartUp Project''. [[br]][[br]] 31 32 32 33 You should have a directory structure like this: … … 48 49 }}} 49 50 50 3. Hit ''build all'' and wait.. 51 4. Run 51 1. Select ''Build Solution'' and the ''Build'' menu or simply hit F7 and wait... 52 Default build configuration was ''Debug''. You can also choose ''Release'' in the little bar underneath the menu. ''Release'' is a lot faster, but debugging isn't recommended at all. Also consider that you need to build everything twice. 53 1. F5 or ''Debug, Start Debugging'' will start orxonox in the corresponding configuration. Note that all necessary external binary files got copied to bin/orxonox_vc8/(debug|release) so can also start Orxonox without Visual Studio.