Personal tools
You are here: Home / cmgui / Zinc / cmgui

cmgui

Build cmgui checkout image_libraries, linear_solvers, cm, and cmgui into the same directory(the same as the one you checked out the perl_interpreter into).

Win32

From the cygwin(not MSYS) shell, go into the directory where you checked everything out, and type:
export CMISS_ROOT=`pwd`
export SYSNAME=win32
cd image_libraries
make
cd ..
cd linear_solvers
make
cd ..
cd cmgui
make -f cmgui.make cmgui-static-lib

Linux

Make the gtk static library version of cmgui
make -f cmgui.make cmgui-gtk-static-lib