summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2013-09-19 00:47:58 -0700
committerJohn Wiegley <johnw@newartisans.com>2013-09-19 00:47:58 -0700
commit8048581ac8c3343e59274f66d646087571d6ea38 (patch)
treec2e16fee183cbc9b4a38535b4a9b59bc02c06675
parent0f17bc11c2955d043cc17d52220c4af9f5dcf47f (diff)
parent854adb4f3aa31b11717128594c012c252fedd03b (diff)
downloadfork-ledger-8048581ac8c3343e59274f66d646087571d6ea38.tar.gz
fork-ledger-8048581ac8c3343e59274f66d646087571d6ea38.tar.bz2
fork-ledger-8048581ac8c3343e59274f66d646087571d6ea38.zip
Merge pull request #210 from OpenTechStrategies/fix-build-instructions
Remove some obsolete material from the build instructions.
-rw-r--r--README-1ST14
1 files changed, 1 insertions, 13 deletions
diff --git a/README-1ST b/README-1ST
index 1a516353..21a50ea9 100644
--- a/README-1ST
+++ b/README-1ST
@@ -11,22 +11,10 @@ almost certainly going to run into problems. In future, you can run
'acprep update' again and again, and it will keep you updated to the
very latest version.
-I further recommend building both debug and optimized versions of Ledger, in a
-subdirectory of your source tree named 'build' (which acprep will manage for
-you, you simply need to create it):
+Now install it:
- $ mkdir build
- $ ./acprep opt make
- $ ./acprep debug make
-
-Now install the optimized version:
-
- $ cd build/ledger/opt
$ sudo make install
-but know that you have 'build/ledger/debug' available for testing and
-for more useful bug reports.
-
===============================================================================
COMMON CONFIGURE/BUILD PROBLEMS
===============================================================================