Compiling under Windows-Visual C++:
- You have to install in .../sofa/Tools/ a specific version of Qt* : qt4win. Please contact Laure Heïgéas
- Go to the project directory
- Execute project VC6.bat, project VC7.bat, or project VC8.bat, depending on what version of Visual C++ you use. This command generates a Visual C++ project file (.vcproj).
- Open the project file and do as usual
Compiling under Linux:
- Go to the project directory
- In the command line, execute qmake then make. Alternatively, you can use the kdevelop project file.
* On linux the current version is Qt3. On windows it is Qt4. In order to keep the compatibility, we use a porting version from Qt3 to Qt4, i.e. Qt3support.