mirror of
https://github.com/wg/wrk
synced 2025-03-01 01:39:01 +08:00
Added instructions on getting wrk directly from Homebrew without any compilation
parent
4239c7f03b
commit
c3db5cb1c2
@ -1,3 +1,12 @@
|
||||
# The easy route: install using Homebrew
|
||||
|
||||
* Install Homebrew. See the instructions at [brew.sh](http://brew.sh)
|
||||
* Install `wrk`: `brew install wrk`
|
||||
|
||||
That's it.
|
||||
|
||||
# The longer version: compiling wrk from source
|
||||
|
||||
* Go to app store and install OSX developer tools, i.e., Xcode.
|
||||
* Ensure that you have the xcode command line tools installed.
|
||||
|
||||
@ -5,7 +14,7 @@
|
||||
xcode-select --install
|
||||
```
|
||||
|
||||
* Install brew see instructions at: http://brew.sh/ (Very simple process
|
||||
* Install Homebrew. See the instructions at [brew.sh](http://brew.sh)
|
||||
* Install openssl latest lib this will put lib files and *.h files on your OSX box
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user