diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-05 19:15:45 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-05 19:15:45 -0400 |
commit | 262bda35cfb7e739e1d148330ac429abfeaad895 (patch) | |
tree | 756d6b853311e7deadfb608be470742e1573e1d5 | |
parent | 646a46b53bae37ebd93f21b81bb3cde232a481d0 (diff) | |
download | fork-ledger-262bda35cfb7e739e1d148330ac429abfeaad895.tar.gz fork-ledger-262bda35cfb7e739e1d148330ac429abfeaad895.tar.bz2 fork-ledger-262bda35cfb7e739e1d148330ac429abfeaad895.zip |
Updated a comment.
-rwxr-xr-x | acprep | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -148,6 +148,9 @@ CXXFLAGS="$CXXFLAGS -Wwrite-strings" # # Of course, you'll need MacPorts to do this, with both the "bjam" and "stow" # packages installed. +# +# Lastly, you need to build cppunit by hand with GLIBCXX_DEBUG also, or else +# you'll see UniTests crash in flames and none of the unit tests will run. # # Now you're ready to run acprep like this: # |