Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/dep_msvc-8.0/readme.txt @ 26

Last change on this file since 26 was 26, checked in by rgrieder, 16 years ago
  • updated msvc dependencies and cleaned up the version chaos a little bit.
File size: 670 bytes
Line 
1Orxonox Dependencies
2********************
3
4This directory contains no source code of the dependencies, only the headers and libraries.
5By extracting the archives all in the same folder you'll get the following structure:
6
7bin/          // binary dlls with debug databases (pdbs). Need to be copied to the bin folder
8include/      // headers
9lib/          // lib files to link against
10
11In order to use these MSVC binaries you should have this folder structure:
12
13orxonox/
14  branch1/
15    bin/              // binary files from above
16  branch2/
17  ..., etc.
18  dependencies/
19    lib/              // the lib files from above
20    include/          // headers
Note: See TracBrowser for help on using the repository browser.