← home

corn installation

There are no official releases of Corn yet. The code is available at github.

build instructions

You'll need gcc, GNU autotools, cvs, and the following libraries (including development headers):

  • libxine 1.0.0+
  • glib 2.0+
  • gthread 2.0+
  • dbus-glib 1.0+
  • libunique 1.0+
  • sqlite3
  • gio (often comes with glib)

On Ubuntu/Debian this should work out to:

apt-get install build-essential cvs libxine-dev libglib2.0-dev libgio0 libdbus-glib-1-dev libunique-dev libsqlite3-dev

To build:

git clone git://github.com/mackstann/corn.git
cd corn
./autogen.sh
./configure
make

To run it from the build directory:

./corn/corn

Or to install to your system:

make install

Nick Welch <nick@incise.org> · github