LibHX
From CBLFS
Jump to navigationJump to search
| Download Source: | http://sourceforge.net/projects/libhx/files/libHX/3.0.1/libHX-3.0.1.tar.bz2 |
|---|
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} |