Changed: Python bindings integer type size corrections to match platform pointer...
[ode.git] / ou / INSTALL.TXT
blobf250edc533de40437028aa759297ea51b3f2b761
1 Currently OU provides project files for Visual Studio 6, Visual Studio 2005\r
2 and makefile for GCC. These are located in "build" directory. \r
3 Makefile is quite simple and may not work on some platforms. Makefile does not \r
4 have "clean" targets and does not track header changes. Further in this file \r
5 you can find how to delete build output files to re-run a clean build.\r
6 \r
7 There is also a test project file in "test" directory that covers all the \r
8 library functionality and allows to make sure everything is fine on \r
9 a particular platform.\r
11 All the intermediate files are generated in "intermediate" directory.\r
12 Library output files are placed in "lib" directory.\r
13 Test binary is placed in "bin" directory.\r
14 Having these three folders deleted you can return to initial state.\r