=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- mandoc/Attic/index.sgml 2009/02/23 15:19:47 1.1 +++ mandoc/Attic/index.sgml 2009/02/23 20:55:56 1.4 @@ -68,22 +68,25 @@ INSTALLING SOURCES +

+ Sources correctly build and install on OpenBSD, NetBSD and Linux operating systems, tested variously on + i386, AMD64 and Alpha. +

+

- nightly source + snapshotted source

- CVS sources are checkedout and snapshotted nightly. These may be found in the /snapshots/ directory.

% cd /tmp
- % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tgz | tar -zxf -
+ % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tar.gz | tar -zvxf -
% cd mdocml
- % make
- % make regress
- % make install + % make && make regress && make install

@@ -91,28 +94,19 @@

- The nightly snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not + The source snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not yet available). These may be found in the /ports-openbsd/ directory. + You must have the ports tree installed.

-

- If installing for the first time: -

-

- % ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tgz | tar -zxf -
+ % sudo pkg_delete mdocml
+ % cd /usr/ports/devel/
+ % sudo rm -rf mdocml
+ % ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | sudo tar -zvxf -
% cd mdocml
- % sudo make
- % sudo make install + % sudo make && sudo make regress && sudo make install

- -

- Subsequent installations: -

- -

- % sudo pkg_add -r mdocml -

@@ -138,7 +132,7 @@
- Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/23 15:19:47 $ + Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/23 20:55:56 $