Instructions to build ivm
From Indus Communities
ivm has been built on Linux and Windows (cygwin). You need to have make, makeinfo, libtool, jikes, mingw32 and gcc installed.
Check out ivm from the Indus Developer site by running the command -
cvs -z3 -d <yourlogin_todevelopersite>@developer.aumeganetworks.com: /savane/cvs/ivm co .
To build on Linux, do the following
- Copy 3rdParty/* to /usr/local/lib
- Copy 3rdParty/prebuilt-dll-2-8-0-releases/* to /usr/compiler/include
- Run make TARGET = win32
