Skip to content

cynthia/dams

Repository files navigation

Quick Install:

(1) execute './configure; make' to compile this program.

(2) sudo and execute 'make install' to install the library.

(3) execute 'make dic' to compile the geocoding dictionary.

(4) sudo and execute 'make install-dic' to install the dictionary.

If some depended libraries are installed in custom directories,
set LDFLAGS and LD_LIBRARY_PATH environmental variables and do
configure.

e.g.
$ export LDFLAGS=-L/usr/local/lib/boost_1.44
$ export LD_LIBRARY_PATH=/usr/local/lib/boost_1.44:/usr/local/lib
$ ./configure
...

Generate and update the configure scripts:

(1) edit configure.ac.

(2) execute './autotool.sh' to create/update the configure scripts.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published