Libraries

From HCL
Revision as of 15:59, 18 January 2010 by Root (talk | contribs)

Jump to: navigation, search

Installation from packages

  • Install a development package *-dev, which includes header files and static libraries. Base packages will be installed automatically
  • Headers and

Manual installation

  • Download a package or export/checkout a repository to $HOME/src/DIR
  • Configure with --prefix=$HOME
  • Update Linux environment for Autotools and C/C++
CPATH=$HOME/include:$CPATH
LIBRARY_PATH=$HOME/lib:$LIBRARY_PATH