LibHX
From CBLFS
Revision as of 09:37, 3 September 2009 by Chipster19 (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://sourceforge.net/projects/libhx/files/libHX/{{libHX-Version}}/libHX-{{libHX-Version}}.tar.b…')
Download Source: | http://sourceforge.net/projects/libhx/files/libHX/3.0.1/libHX-3.0.1.tar.bz2 |
---|
Contents
Introduction to LibHX
libHX is a C library (with some additional C++ bindings available) that provides data structures and functions for operations common to other languages; autoresizing string manipulation, maps, deques, option parsing, type-checking casts and more.
Project Homepage: http://libhx.sourceforge.net/
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
To do ...
Install the package:
make install
N32
Compile the package:
To do ...
Install the package:
make install
64Bit
Compile the package:
To do ...
Install the package:
make install
Contents
Installed Directories: | /usr/share/doc/libhx, /usr/include/libHX |
---|---|
Installed Programs: | None |
Installed Libraries: | libHX.{la,so} |