codak Home
Brought to you by:
wauter
This page describes the installation procedure of CoDAK on Debian/Ubuntu. For now, CoDAK is not packaged for any other OS.
To install, follow the steps below.
The following command will enable the CoDAK repository on your system (NOTE: the repository has moved - Oct 18, 2011).
echo 'deb http://downloads.sourceforge.net/project/codak/deb experimental main' \
| sudo tee /etc/apt/sources.list.d/codak.list
Update the local package database:
sudo apt-get update
For a basic CoDAK installation, type:
sudo apt-get install codak-core
To install also the (optional) terms extension, type:
sudo apt-get install codak-terms
To complete the installation:
A Frog module is included in the codak-core package, but Frog itself must be installed separately for the module to work. Frog and its dependencies can be downloaded and installed from source by running its installation script:
install-ilktools
Stuck in the installation process? Get help...