File: INSTALL

package info (click to toggle)
knews 1.0b.1-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,372 kB
  • ctags: 4,534
  • sloc: ansic: 46,465; yacc: 254; sh: 143; lex: 94; makefile: 39
file content (27 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (15)
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
To compile do the following:

1.  Read and edit knews.tmpl to make sure your compiler is OK.

2.  Read and edit configure.h.  This is for configuration of
    defaults, plus some other stuff.

3.  If you skipped 1 or 2, go back to 1.

4.  Execute the following command in the top directory:

	xmkmf
	make Makefiles
	make clean
	make all

5.  If all goes well, this will leave an executable named knews in src/.

6.  Read and edit the app-def file src/Knews.ad.

7.  If you are root, you can install knews by executing 'make install'
    and 'make install.man'.  This will also install the app-def file
    src/Knews.ad.

8.  If you are not root you will have to install src/knews by hand.
    You will also have to install the app-def file src/Knews.ad.
    See that file for hints.