mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
fixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@300 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6b85f2876a
commit
63779613d8
3
README
3
README
@ -101,8 +101,8 @@ source distributions.
|
||||
Normally, to build and install xacc, all you have to do is:
|
||||
|
||||
# ./configure
|
||||
# make
|
||||
# make depend
|
||||
# make
|
||||
# make install
|
||||
|
||||
You can also build xacc in a seperate directory, which is
|
||||
@ -113,6 +113,7 @@ single copy of the source tree:
|
||||
# mkdir BUILD/debug
|
||||
# cd BUILD/debug
|
||||
# ../../configure --enable-debug
|
||||
# make depend
|
||||
# make
|
||||
# make install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user