Difference between revisions of "Libraries"
From HCL
(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++...) |
|||
Line 1: | Line 1: | ||
+ | == Installation from packages == | ||
+ | * Install a development package <code>*-dev</code>, 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 <code>$HOME/src/DIR</code> | * Download a package or export/checkout a repository to <code>$HOME/src/DIR</code> | ||
* Configure with <code>--prefix=$HOME</code> | * Configure with <code>--prefix=$HOME</code> |
Revision as of 14:59, 18 January 2010
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