Make build code snippets copy-and-paste friendly

This commit is contained in:
Mahmoud Al-Qudsi 2017-09-16 15:50:41 -05:00
parent 14e23749a6
commit 46cf8c6bb7

View file

@ -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