Libraries

From HCL
Revision as of 16:08, 11 December 2009 by Root (talk | contribs) (New page: * Download a package or export/checkout a repository to <code>$HOME/src/DIR</code> * Configure with <code>--prefix=$HOME</code> * Update Linux environment for Autotools and [[C/C++...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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