File: INSTALL

package info (click to toggle)
swath 0.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,472 kB
  • sloc: sh: 4,361; cpp: 2,332; makefile: 148
file content (21 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Basic Installation
==================

# When downloaded from the Github repo
# (Skip this step 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