My thesis code packaging CLIR related stuff based on the cdec libraries, hence the name.
- A Linux or Mac OS X system
- A C++ compiler implementing the C++-11 standard
- Boost C++ libraries (version 1.44 or later)
- If you build your own boost, you must install it using
bjam install
. - Older versions of Boost may work, but problems have been reported with command line option parsing on some platforms with older versions.
- If you build your own boost, you must install it using
- A cloned version of the cdec repository.
In addition to the standard cdec
third party requirements, you will additionally need the following software:
- Autoconf / Automake / Libtool
- Older versions of GNU autotools may not work properly.
Instructions:
autoreconf -ifv
./configure --with-cdec=<cdec repo path>
make