I am Charmie

メモとログ

CurveLab compilation on Ubuntu 14.04

Download the package from the official site. Note that the download requires user registration. Then, compile the package with the following command.

  1. make sure that FFTW was configured with ./configure --with-pic
  2. edit FFTW_DIR in makefile.opt to specify the directory where FFTW was installed (in my case, FFTW_DIR = /usr/local).
  3. make lib
  4. make test