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

FilenameSizeDate
seexpr-1.0.1-win32.zip6.1 MBSat May 04 04:54:57 2013

Doing your own Windows builds

  1. Clone the git repo
  2. 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.
  3. Open a visual studio command prompt
  4. cd into the source directory and make a build directory and cd into it
    1. cd c:\builds\seexpr
    2. md build
    3. cd build
  5. Run CMake c:\program files\cmake 2.8\bin\cmake-gui ..\
  6. Choose a NMake makefile
  7. Click configure and then generate
  8. make install