Ubuntu

Ubuntu works well with all options.

You’ll need to have Python installed (we recommend Anaconda). When building using cmake, most features will be enabled by default if the installation is detected.

sudo apt-get install libevent-dev
sudo apt-get install python-yaml

To include Airspy input:

sudo apt-get install airspy-dev
cd <kotekan_dir>/build
cmake ..

To include FFTW stages:

sudo apt-get install fftw3
cd <kotekan_dir>/build
cmake ..

With these installed, you should be able to build & run kotekan!

cd <kotekan_dir>/build
cmake <options> ..
make
cd kotekan
./kotekan -c `<config_file.yaml>`