/libopenbme

continuation of open libbme

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

Build and installation instructions:
If source is taken from the git repo:
$ ./autogen.sh
$ mkdir build
$ cd build
$ ../configure <configure-options>
$ make
$ sudo make install