Add to git.
[makeplus.git] / README.Solaris
1 It is possible to install and use make+ on Solaris. Make sure, however,
2 that you have installed the GNU software from http://www.sunfreeware.com/,
3 in particular these packages:
4
5 make
6 fileutils
7 gzip
8 bash
9 grep
10
11 You may also need to ensure that the GNU versions of the tools are first
12 in the PATH, for example by doing:
13
14 export PATH=/usr/local/bin:$PATH
15
16 Rich, 2003/01/14