Packaging

- First minor tweaks.
This commit is contained in:
Paul Beckingham 2010-07-08 19:47:10 -04:00
parent f5bc5dfd0f
commit 24e1522e32

View file

@ -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
<figure 9>
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.