Skip to content

Commit

Permalink
Change OS X to macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
wucas authored and fingolfin committed Mar 20, 2019
1 parent 443e2c6 commit 304097f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The exact method of unpacking will vary dependently on the operating system
and the type of archive used.

Unix (including macOS)
---------------------
----------------------

Under Unix style operating systems (such as Linux and macOS), unpack the
archive `gap-4.X.Y.tar.bz2` in whatever place you want GAP to reside.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ On Ubuntu or Debian, you can install these with the following command:

sudo apt install build-essential autoconf libtool libgmp-dev libreadline-dev

On OS X, you can install the dependencies in several ways:
On macOS, you can install the dependencies in several ways:

* using Homebrew: `brew install autoconf libtool gmp readline`
* using Fink: `fink install autoconf2.6 libtool2 gmp5 readline7`
Expand All @@ -78,13 +78,13 @@ Then to build GAP, first run this command to generate the `configure` script:
./autogen.sh

Afterwards you can proceed similar to what is described in `INSTALL.md`, in
particular enter the following commands to compile GAP itself (for OS X users,
particular enter the following commands to compile GAP itself (for macOS users,
see below for a few additional hints):

./configure
make

For OS X users you may ned to tell GAP where it can find these dependencies.
For macOS users you may ned to tell GAP where it can find these dependencies.

For Homebrew, use these commands:

Expand Down

0 comments on commit 304097f

Please sign in to comment.