[go: up one dir, main page]

File: INSTALL.txt

package info (click to toggle)
slrn 1.0.0~pre18-1.3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,396 kB
  • sloc: ansic: 39,706; sh: 3,665; perl: 467; makefile: 289; sed: 24
file content (17 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Compiling slrn from source requires a C compiler that supports C89 or
later constructs.  Most C compilers that are currently in use provide
such support.  If you do not have such a C compiler, then download and
install the GNU compiler gcc from <http://gcc.gnu.org>.

slrn makes extensive use of version 2.X of the S-Lang programmer's
library.  You will need to have this library installed before you can
build slrn.  See <http://www.jedsoft.org/slang/> for links to the
library.

This version of slrn has been tested on Unix and Windows systems.  The
code contains support for OS/2 and VMS but will most likely require
additional tweaks to get it running.  While it may compile without
difficulty on Mac OS X, it has not been tested on that platform.

To build slrn on a Unix platform (including cygwin), see
doc/INSTALL.unix.  For a windows platform, see doc/INSTALL.w32.