Modified the suggestion for run-in-place builds to something simpler.
This commit is contained in:
parent
47d876c15e
commit
a32cb890d1
|
@ -100,8 +100,7 @@ manually.
|
|||
If you would prefer a "run in place" build, you should instead do the
|
||||
following from the Project: Starfighter base directory:
|
||||
|
||||
export SF_RUN_IN_PLACE=1
|
||||
./configure
|
||||
./configure SF_RUN_IN_PLACE=1
|
||||
make
|
||||
mv src/starfighter .
|
||||
|
||||
|
|
Loading…
Reference in New Issue