• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dams_makedic/H25-Dec-2015-3,5012,983

data/H03-May-2022-

include/H25-Dec-2015-779574

lib/H07-May-2022-3,3572,869

m4/H24-Dec-2015-7,9717,143

php-extension/H07-May-2022-599484

src/H25-Dec-2015-532445

AUTHORSH A D24-Dec-201554 21

COPYINGH A D24-Dec-20153 KiB2716

INSTALLH A D24-Dec-20159.3 KiB237179

Makefile.amH A D12-Nov-20131,014 3529

Makefile.inH A D03-May-202222.5 KiB742645

READMEH A D24-Dec-2015674 2616

aclocal.m4H A D24-Dec-2015308.9 KiB8,9017,978

am.confH A D08-Nov-2012188 104

autotools.shH A D08-Nov-2012139 86

config.guessH A D16-Dec-200941.1 KiB1,4121,215

config.subH A D16-Dec-200929.5 KiB1,5011,360

configureH A D24-Dec-2015587.4 KiB20,11515,865

configure.acH A D24-Dec-20151.2 KiB4940

depcompH A D08-Nov-201215.6 KiB531330

install-shH A D08-Nov-20129 KiB324189

ltmain.shH A D24-Aug-2010237.5 KiB8,4076,475

missingH A D08-Nov-201210.8 KiB361268

README

1Quick Install:
2
3(1) execute './configure; make' to compile this program.
4
5(2) sudo and execute 'make install' to install the library.
6
7(3) execute 'make dic' to compile the geocoding dictionary.
8
9(4) sudo and execute 'make install-dic' to install the dictionary.
10
11If some depended libraries are installed in custom directories,
12set LDFLAGS and LD_LIBRARY_PATH environmental variables and do
13configure.
14
15e.g.
16$ export LDFLAGS=-L/usr/local/lib/boost_1.44
17$ export LD_LIBRARY_PATH=/usr/local/lib/boost_1.44:/usr/local/lib
18$ ./configure
19...
20
21Generate and update the configure scripts:
22
23(1) edit configure.ac.
24
25(2) execute './autotool.sh' to create/update the configure scripts.
26