|
Installing Libann
- Download the latest tar image.
Unpack the tar image:
gzip -d libann.tar.gz | tar -xf -
Configure the software to suit your system:
./configure
Build the library
make
Optionally, build the demonstration suite and run some tests
to make sure everything's OK:
- make demo
- make test
Become root on your system, and install the library
make install
|