mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Removed gmake disclaimer from BSD build instructions
After cc35241a6e
, BSD users can just call
make normally and have it redirect the build/install/test/whatever to
GNU Make.
This commit is contained in:
parent
cc35241a6e
commit
3604522bf2
1 changed files with 3 additions and 3 deletions
|
@ -133,13 +133,13 @@ Compiling from git (that is, not a released tarball) also requires:
|
||||||
* automake 1.13 or later
|
* automake 1.13 or later
|
||||||
* Doxygen (1.8.7 or later) - optional, for documentation
|
* Doxygen (1.8.7 or later) - optional, for documentation
|
||||||
|
|
||||||
### Autotools Build
|
### Building from source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
autoreconf --no-recursive #if building from Git
|
autoreconf --no-recursive #if building from Git
|
||||||
./configure
|
./configure
|
||||||
make #gmake on BSD
|
make
|
||||||
sudo make install #sudo gmake install on BSD
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Xcode Development Build
|
### Xcode Development Build
|
||||||
|
|
Loading…
Reference in a new issue