From 24e1522e32b40f62adee16c6a8933d6c0c6b34dd Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 8 Jul 2010 19:47:10 -0400 Subject: [PATCH] Packaging - First minor tweaks. --- package-config/osx/README | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/package-config/osx/README b/package-config/osx/README index adc36a746..2f4df99d2 100644 --- a/package-config/osx/README +++ b/package-config/osx/README @@ -38,27 +38,26 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore $ git checkout 1.9.2 $ git reset --hard v1.9.2 - If there is an error in this step, stop immediately, capture the output, and - report the errors. + If there is an error in this step, stop, capture the output, and report the + errors. 3. Build task 3.1 First build the task binary. Note the "-j 2" tells make to use both cores - in your dual-core Intel CPU, which means faster compiles. If yo own a quad + in your dual-core Intel CPU, which means faster compiles. If you own a quad core Mac, use "-j 4". If you own a single core Mac, just type "make". $ autoreconf -f $ ./configure ... - If any errors are reported, stop immediately, capture the output, and report - the errors. + If any errors are reported, stop, capture the output, and report the errors. $ make -j 2 If there are any errors, or there are any warnings generated by the compiler - stop immediately, capture the output, and report the problem. You'll need - to watch as it builds. + stop, capture the output, and report the problem. You'll need to watch as + it builds. 4. Build the test suite @@ -77,7 +76,7 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore LFLAGS = -L/usr/local/lib -lncurses -llua - change it to: + and change it to: LFLAGS = -L/usr/local/lib -lncurses @@ -176,7 +175,7 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore
6.8 Click on the triangle next to the "local" item in the "Contents" vertical - bar on th left to expand and show a folder called "local", with the path + bar on the left to expand and show a folder called "local", with the path "/usr/local", but click on the "local" next to the blue radio button, not the one next to the folder. Then click on the "Configuration" tab/button.