File: INSTALL

package info (click to toggle)
wmdiskmon 0.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 580 kB
  • sloc: sh: 2,692; ansic: 849; makefile: 22
file content (26 lines) | stat: -rw-r--r-- 345 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
22
23
24
25
26
INSTALLING THE DOCKAPP :



1. CONFIGURE THE SOURCES :

    $ ./configure [options]

    use ./configure --help for more informations on options.


2. COMPILE THE SOURCES :

    $ make


3. INSTALL THE PROGRAM :

    $ make install-strip

    or, if you want a system-wide installation

    $ su -c "make install-strip"


5. THAT'S ALL FOLKS :)