File: INSTALL

package info (click to toggle)
epm 3.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,020 kB
  • ctags: 371
  • sloc: ansic: 6,199; cpp: 1,188; makefile: 201; perl: 134
file content (41 lines) | stat: -rw-r--r-- 1,251 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
INSTALL - ESP Package Manager (EPM) 3.0
---------------------------------------

WHAT IS REQUIRED FOR EPM?

    On your development system you just need a C compiler, a make
    program, the Bourne (or Korn or Bash) shell, and gzip.

    The graphical setup program needs a C++ compiler and the FLTK
    library, available at "http://www.fltk.org".

    EPM can generate so-called "portable" distributions that are based
    on shell scripts and tar files.  For these types of distributions
    your customers/users will need the Bourne (or Korn or Bash) shell,
    a tar program, and GNU zip. The first two are standard items, and
    GNU zip is being shipped by most vendors as well.

    EPM can also generate vendor-specific distributions.  These require
    the particular vendor tool (rpm, dpkg, etc.) to load the software.


HOW DO I COMPILE EPM?

    EPM uses GNU autoconf to configure itself for your system.  To build
    it, use:

        ./configure ENTER
	make ENTER

    The default installation prefix is /usr; if you want to put EPM in
    /usr/local, do:

        ./configure --prefix=/usr/local ENTER
	make ENTER

    Once EPM is compiled you can type:

        su ENTER
	make install ENTER

    to install the software in /usr/bin.