forked from michaelrsweet/epm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
48 lines (32 loc) · 1.34 KB
/
INSTALL
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
42
43
44
45
46
47
48
INSTALL - ESP Package Manager (EPM) 4.0
---------------------------------------
Complete installation instructions can be found in the file
"doc/epm-book.html"...
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, version 1.1.x or 1.3.x, 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.