|
DownloadingAndInstalling
Downloading and Installing CamUnits
From SourceTo install from source, replace x.y.z with the latest version and: wget http://camunits.googlecode.com/files/camunits-x.y.z.tar.gz tar xzvf camunits-x.y.z.tar.gz cd camunits-x.y.z ./configure make make install Mac OS XCamunits has been built and run successfully on Mac OS 10.5 (Leopard). To build, you will need glib and gtk+ installed, which we suggest getting from Darwinports. After installing darwinports, run: sudo port install glib2 sudo port install gtk2 to install the glib and gtk+. IIDC camera support works if you have libdc1394 >= 2.0.0 installed. After installing libdc1394, you may need to run: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig in order for the Camunits ./configure script to detect libdc1394. SubversionTo stay on the bleeding edge of Camunits development, you'll want to work from our subversion repositories hosted on Google Code. You will want at least the following:
$ svn checkout http://camunits.googlecode.com/svn/trunk/ camunits-read-only $ cd camunits-read-only $ gtkdocize --copy $ autoreconf -i $ ./configure make make install }} |
Sign in to add a comment