mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 19:15:40 +08:00
Make build code snippets copy-and-paste friendly
(cherry picked from commit 46cf8c6bb7
)
This commit is contained in:
parent
f14fde2373
commit
ace7903bc3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user