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
zzzoldreleases/1.6
Dave Peticolas 26 years ago
parent c35ff57900
commit 36652576fb

@ -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

Loading…
Cancel
Save