Update solaris building instructions. 'bash' is no longer required

and --with-included-gettext is required.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2594 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-07-18 20:02:33 +00:00
parent c35ff57900
commit 36652576fb

View File

@ -1,7 +1,10 @@
Solaris hints:
-------------
Use bash when running configure and GNU make 'gmake' to build:
Provide the --with-included-gettext argument to configure:
bash ./configure
gmake SHELL=/bin/bash
./configure --use-included-gettext
Use GNU gmake to build:
gmake