File: README.solaris

package info (click to toggle)
nickle 2.107
  • links: PTS
  • area: main
  • in suites: sid
  • size: 3,756 kB
  • sloc: ansic: 27,954; yacc: 1,874; lex: 954; sh: 204; makefile: 13; lisp: 1
file content (20 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
To build and install on Solaris requires a few minor tricks.

0) As with all Nickle installations, make sure you start by
   building the autoconf stuff.
     sh autogen.sh

1) You'll want to have GNU make installed somewhere:
   our Makefiles seem to require it, although they shouldn't.
     MAKE=gmake; export MAKE

2) You'll want to have GNU readline installed somewhere,
   and point the configuration at it.
     ./configure --with-readline=/pkgs/gnu
   If you don't do that, it will still work (say
   --without-readline), but will be harder to type at.

This should get it for you.

Note that the Solaris build is tested only infrequently.
Let us know if you have problems with it.