|
BuildInstructions
Build Instructions
IC Build InstructionsAuthor: Jeremy Rand Thanks to: Jorge Villatoro WARNINGThese instructions are ALPHA and very well may not work. Hopefully they're better than no instructions at all, but we don't want complaints about the instructions. (If you have actual improvements to contribute, please let us know!) We do NOT officially support these instructions, so you're on your own. Not for the faint of heart. You will be using MS Visual C++ 2008 Express Edition Set up QT3 using the instructions at http://qtwin.sourceforge.net/qt3-win32/compile-msvc-2005.php There's probably a better way around this, but I set the environment variables in System Properties manually. That way the MSVC stuff can find it. Notes... if you run into a compile error involving winable.h, find the source code file that references it, and change winable.h to winuser.h . This should allow you to build libic and icgui. For iccli: Download the BoostPro Binary Installer from http://www.boostpro.com/products/free You want MS Visual C++ 9.0 (2008), all non-debug versions of the Program Options library. Don't bother with the other libraries, they're not needed. Once you've installed Boost, create a directory \boost\stage\lib inside the IC directory. Copy all of the .lib files that you installed into that directory. You should now be able to build iccli. |