File: INSTALL

package info (click to toggle)
smapi 2.4.0%2Brc2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 1,016 kB
  • ctags: 1,831
  • sloc: ansic: 11,304; pascal: 394; makefile: 137; asm: 125
file content (47 lines) | stat: -rw-r--r-- 1,488 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
42
43
44
45
46
47

Please read the files (especially README.Makefiles) in the
husky-common (huskybse) package FIRST!

Instruction to build smapi
--------------------------

1. Put the smapi package in the directory where the other packages of fido
   husky reside:

   unix, beos, possible cygwin:
   -------------------
   /usr/src/packages/        -> huskybse/
                             -> smapi/
                             -> fidoconfig/
                             -> hpt/
                             -> htick/
                             ...some other

   windows, dos, os/2 & etc:
   -------------------------
   d:\husky\                 -> smapi\
                             -> fidoconf\
                             -> hpt\
                             -> htick\
                             ...some other

2. Determine which makefile you need to use then compile (and install if need)
   smapi using selected makefile, as following examples:
   Example 1 (use common makefile (named 'Makefile'): require huskymak.cfg (see
              huskybse); unixes only):
	$ make
	$ make install
   Example 2 (use platfom-specific makefile):
   unix:
	$ make -f makefile.lnx
	$ make -f makefile.lnx install
   dos:
        d:\husky\smapi>make -f makefile.djg

3. (For UNIXes only) Ensure /usr/local/lib/ is in /etc/ld.so.conf

4. (For UNIXes only) Execute ldconfig as root

You're ready. Now you can install software which uses smapi.

$Id: INSTALL,v 1.8.2.1 2003/02/16 12:44:21 stas_degteff Exp $