Make build code snippets copy-and-paste friendly

(cherry picked from commit 46cf8c6bb7)
This commit is contained in:
Mahmoud Al-Qudsi 2017-09-16 15:50:41 -05:00
parent f14fde2373
commit ace7903bc3

View File

@ -134,10 +134,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