Packaging
- First minor tweaks.
This commit is contained in:
@@ -38,27 +38,26 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore
|
|||||||
$ git checkout 1.9.2
|
$ git checkout 1.9.2
|
||||||
$ git reset --hard v1.9.2
|
$ git reset --hard v1.9.2
|
||||||
|
|
||||||
If there is an error in this step, stop immediately, capture the output, and
|
If there is an error in this step, stop, capture the output, and report the
|
||||||
report the errors.
|
errors.
|
||||||
|
|
||||||
3. Build task
|
3. Build task
|
||||||
|
|
||||||
3.1 First build the task binary. Note the "-j 2" tells make to use both cores
|
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".
|
core Mac, use "-j 4". If you own a single core Mac, just type "make".
|
||||||
|
|
||||||
$ autoreconf -f
|
$ autoreconf -f
|
||||||
$ ./configure
|
$ ./configure
|
||||||
...
|
...
|
||||||
|
|
||||||
If any errors are reported, stop immediately, capture the output, and report
|
If any errors are reported, stop, capture the output, and report the errors.
|
||||||
the errors.
|
|
||||||
|
|
||||||
$ make -j 2
|
$ make -j 2
|
||||||
|
|
||||||
If there are any errors, or there are any warnings generated by the compiler
|
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
|
stop, capture the output, and report the problem. You'll need to watch as
|
||||||
to watch as it builds.
|
it builds.
|
||||||
|
|
||||||
4. Build the test suite
|
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
|
LFLAGS = -L/usr/local/lib -lncurses -llua
|
||||||
|
|
||||||
change it to:
|
and change it to:
|
||||||
|
|
||||||
LFLAGS = -L/usr/local/lib -lncurses
|
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>
|
<figure 9>
|
||||||
|
|
||||||
6.8 Click on the triangle next to the "local" item in the "Contents" vertical
|
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
|
"/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.
|
the one next to the folder. Then click on the "Configuration" tab/button.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user