File: INSTALL

package info (click to toggle)
libdatrie 0.2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,244 kB
  • sloc: sh: 5,045; ansic: 4,292; makefile: 205
file content (26 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Basic Installation
==================

# Build requirements:
# - libtool
# - iconv support (normally from glibc on GNU systems; some systems might
#   provide libiconv)
# - doxygen (optional, for documentation generation)

# When downloaded from the Github repo (Skip for released tarballs)
./autogen.sh

./configure
# Or to install elsewhere: ./configure --prefix=...

make

# Recommended
make check

# With elevated permissions if required
make install

# In order to uninstall
make uninstall