|
Tuesday, 27 February 2007 |
Compiling
This document explains how to compile and install the h324m stack library.
First, you need to have the development libraries from the pwlib. The precompiled ones seem to not work not very well, so if you've got an error like this:
H245_1.cpp:21: error: `PASN_Names' does not name a type
You should unistall the libraries you are using, dowload the latest source code from sourceforge and compile it.
Note: The default installation dir will copy the libraries to /usr/local/lib so or you copy them to your /usr/lib directory or make sure you've added it to the /etc/ld.so.conf
To compile the library you only have to run
make
and copy the libh324m.so to your library directory.
|