Skip to content
/ cclir Public

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

Notifications You must be signed in to change notification settings

fhieber/cclir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published