Skip to content
scorpion007 edited this page Oct 31, 2011 · 1 revision

Currently, only Windows x64 is supported in this fork (though this may be extended to x86 on sufficient demand).

For your convenience, precompiled dependencies are maintained in https://github.com/scorpion007/pixie_deps

You need VC 2010.

  1. Clone https://github.com/scorpion007/pixie_deps
  2. Set an env var PIXIE_DEPS to point to where you cloned that repo.
  3. Clone this repo
  4. Open the pixie\windows\vcnet8\Pixie\Pixie.sln solution (requires VC 2010)
  5. Install Flex and Bison from GnuWin32 to C:\gnuwin32

Build the solution in VS.

NOTE: 3 projects will fail: {openexr, show, gui} since they haven't yet been properly ported.

Clone this wiki locally