File: INSTALL

package info (click to toggle)
apwal 0.4.5-1.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,160 kB
  • sloc: ansic: 6,905; xml: 229; makefile: 113; pascal: 13
file content (20 lines) | stat: -rw-r--r-- 305 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
INSTALL
=======

$ tar zxvf apwal-x.y.z.tar.gz
$ cd apwal
$ make
$ su root
# make install
# exit
$ apwal
enjoy!

NOTE
====
To compile this program you need the developpement library of gtk2 and xml2
In Debian the build package dependencies are:
  - libgtk2.0-dev
  - libxml2-dev
  - binutils (for strip)