Personal tools
You are here: Home cmgui Zinc cmgui
Views

cmgui

last edited 2 years ago by stevens

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

Contributing to this site

Please add to the wiki any relevant information that you think might be useful to other users of this website. For example, you might like to contribute your experiences, questions and answers.

You are encouraged to contribute to this site regardless of your level of experience. Contributions are welcomed from new and regular visitors.

If you ask a question and receive an answer from a developer you should record it in the wiki. This information is extremely useful and can help other users overcome the same problem.

See how to add and edit pages for more information.