fhieber / cclir

My thesis code packaging CLIR related stuff based on the cdec libraries, hence the name

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cclir

My thesis code packaging CLIR related stuff based on the cdec libraries, hence the name.

System requirements

  • 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.
  • A cloned version of the cdec repository.

Building from a git clone

In addition to the standard cdec third party requirements, you will additionally need the following software:

Instructions:

autoreconf -ifv
./configure --with-cdec=<cdec repo path>
make

About

My thesis code packaging CLIR related stuff based on the cdec libraries, hence the name


Languages

Language:C++ 85.8%Language:Python 12.3%Language:Shell 1.9%