mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 12:23:09 +00:00
Update README to describe automake dependency
This commit is contained in:
parent
ded6e726e5
commit
0eda4020a2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Detailed user documentation is available by running `help` within fish, and also
|
|||
|
||||
fish requires a C++11 compiler. It builds successfully with g++ 4.8 or later, or with clang 3.3 or later.
|
||||
|
||||
fish can be built using autotools or Xcode. autoconf 2.60 or later is required to build from git versions, but is not required for releases.
|
||||
fish can be built using autotools or Xcode. autoconf 2.60 or later, as well as automake 1.13 or later, are required to build from git versions. These are not required to build from released tarballs.
|
||||
|
||||
fish depends on a curses implementation, such as ncurses. The headers and libraries are required for building.
|
||||
|
||||
|
|
Loading…
Reference in a new issue