Make build code snippets copy-and-paste friendly
This commit is contained in:
parent
14e23749a6
commit
46cf8c6bb7
@ -135,10 +135,10 @@ Compiling from git (that is, not a released tarball) also requires:
|
||||
|
||||
### Autotools Build
|
||||
|
||||
autoreconf --no-recursive [if building from Git]
|
||||
autoreconf --no-recursive #[if building from Git]
|
||||
./configure
|
||||
make [gmake on BSD]
|
||||
sudo make install [sudo gmake install on BSD]
|
||||
make #[gmake on BSD]
|
||||
sudo make install #[sudo gmake install on BSD]
|
||||
|
||||
### Xcode Development Build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user