Skip to content

Commit d2a02a7

Browse files
Updated Mac OS Install Documentation (#2392)
* Added Missing MacOS Requirements * Updated Binutils Install Docs Due to security reasons Homebrew has removed direct formula references, this is the workaround. * Updated changelog for #2392 * reverting changelog
1 parent c1ce189 commit d2a02a7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/source/install.rst

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ following system libraries installed.
1515

1616
install/*
1717

18+
19+
Note: For Mac OS X you will need to have cmake ``brew install cmake`` and pkg-config ``brew install pkg-config`` installed.
20+
1821
Released Version
1922
-----------------
2023

docs/source/install/binutils.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ Mac OS X
3232
^^^^^^^^^^^^^^^^
3333

3434
Mac OS X is just as easy, but requires building binutils from source.
35-
However, we've made ``homebrew`` recipes to make this a single command.
35+
However, we've made ``homebrew`` recipes to make this just two commands.
3636
After installing `brew <https://brew.sh>`__, grab the appropriate
3737
recipe from our `binutils
3838
repo <https://github.com/Gallopsled/pwntools-binutils/>`__.
3939

4040
.. code-block:: bash
4141
42-
$ brew install https://raw.githubusercontent.com/Gallopsled/pwntools-binutils/master/macos/binutils-$ARCH.rb
42+
$ wget https://raw.githubusercontent.com/Gallopsled/pwntools-binutils/master/macos/binutils-$ARCH.rb
43+
$ brew install ./binutils-$ARCH.rb
4344
4445
Alternate OSes
4546
^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)