SeExpr and Partio Windows Binaries
Windows build tends to be more difficult to do than Linux. The following
builds are built with Qt 4.8.4 and Visual Studio 10. Since SeExpr and Partio
use cmake. If you wish to build yourself, usually, you can do:
SeExpr
Doing your own Windows builds
- Clone the git repo
- On Windows, the parser and scanner generators are not usually available.
You can either download bison/flex, or you can build seexpr on Linux or
Mac OS and copy the generated .cpp and .h for the parser/scanner into the
SeExpr source. To do the latter, build as usual on Linux, and then copy
src/SeExpr/generated/* from your Linux source tree to your windows source
tree.
- Open a visual studio command prompt
- cd into the source directory and make a build directory and cd into it
- cd c:\builds\seexpr
- md build
- cd build
- Run CMake c:\program files\cmake 2.8\bin\cmake-gui ..\
- Choose a NMake makefile
- Click configure and then generate
- make install