My favorites | Sign in
Project Logo
                
Search
for
Updated Nov 10, 2008 by ashuang
DownloadingAndInstalling  
Downloading and Installing CamUnits

From Source

To 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 X

Camunits 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.

Subversion

To 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:

  1. Checkout the repository
  2. $ svn checkout http://camunits.googlecode.com/svn/trunk/ camunits-read-only
  3. setup the build scripts
  4. $ cd camunits-read-only
    $ gtkdocize --copy
    $ autoreconf -i
    $ ./configure
  5. (Optionally) mess with the source code
  6. Build
  7. make
  8. Install (requires superuser privileges)
  9. make install
    }}

Sign in to add a comment
Hosted by Google Code