-
Notifications
You must be signed in to change notification settings - Fork 2
Installing CView
baerwin edited this page Sep 12, 2012
·
3 revisions
Currently, CView can be built on Mac OSX using Mac Ports to get some of the CView dependancies. No installer has yet been made for Mac, but that is on the todo list.
There is a windows executable installer you can download from https://sourceforge.net/projects/cviewpackages/
- Install GNUstep MSYS System, GNUstep Core, and GNUstep Devel from http://www.gnustep.org/experience/Windows.html
- Install git and cmake
- Open the GNUstep shell (Start->GNUstep->Shell)
- Checkout the cview repository (git clone https://github.com/EMSL-MSC/cview.git)
- run: a. mkdir builld b. cd build c. cmake -G "MSYS Makefiles" /path/to/cview-git/repository d. make (wait a long time for things to build) e. make package (to make the cview executable installer)`