mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
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…
Reference in New Issue
Block a user