mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 04:22:55 +08:00
Removed gmake disclaimer from BSD build instructions
Aftercc35241a6e
, BSD users can just call make normally and have it redirect the build/install/test/whatever to GNU Make. (cherry picked from commit3604522bf2
)
This commit is contained in:
parent
19b89983a1
commit
01c5f6eaa8
|
@ -132,13 +132,13 @@ Compiling from git (that is, not a released tarball) also requires:
|
|||
* automake 1.13 or later
|
||||
* Doxygen (1.8.7 or later) - optional, for documentation
|
||||
|
||||
### Autotools Build
|
||||
### Building from source
|
||||
|
||||
```bash
|
||||
autoreconf --no-recursive #if building from Git
|
||||
./configure
|
||||
make #gmake on BSD
|
||||
sudo make install #sudo gmake install on BSD
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
### Xcode Development Build
|
||||
|
|
Loading…
Reference in New Issue
Block a user