Files

From GCAM

Jump to: navigation, search

GCAM is released under the GNU General Public License.

GCAM is now STABLE. Please look under Bugzilla to view any outstanding bugs in the version listed below. Report all feature requests and bugs under the Bugzilla link. A subversion repository is now available to developers wishing to participate in the project.

Latest Version: 2009.05.31

Contents

Packages

image:Ubuntu.png

  • Ubuntu (Gutsy Gibbon) Coming Soon 205,190 bytes. MD5 024ba6db16951277725579257bc59169

image:Windows.png

Source Code

image:Code.png To compile, type "./configure --prefix=/your/installation/path" in the GCAM folder followed by "make; make install" .

Dependencies

GCAM requires the following dependencies in order for the "configure" script to succeed.

  • GTK+ 2.10.0 or higher
  • GtkGlExt 1.0.0 or higher
  • OpenGL 1.1 or higher

Subversion (Dev Tree)

image:subversion.png To grab the latest and greatest source code from the GCAM trunk use the following command to check out the source code using the command line tools:

  • svn --username gcam --password gcam co http://gcam.js.cx/svn/gcam/trunk gcam
  • Browse the repository.
    • Username = gcam
    • Password = gcam
  • Subversion for Windows can be found here.
  • You will require: autoconf, automake, and libtool packages to compile.
  • To compile: autoreconf -vis && ./configure && make
Personal tools