1
0
mirror of https://github.com/wg/wrk synced 2025-01-27 16:12:52 +08:00

make the ubuntu instructions more copy-pasteable use them all at once

Roger Pack 2017-01-16 09:59:32 -07:00
parent c3db5cb1c2
commit 4d2c1b7080

@ -7,15 +7,15 @@ What follows is brief instructions on how to install wrk on Linux.
#Ubuntu/Debian (clean box) #Ubuntu/Debian (clean box)
```bash ```bash
sudo apt-get install build-essential libssl-dev git sudo apt-get install build-essential libssl-dev git -y
git clone https://github.com/wg/wrk.git git clone https://github.com/wg/wrk.git
cd wrk cd wrk
make make
# move the executable to somewhere in your PATH # move the executable to somewhere in your PATH, ex:
sudo cp wrk /usr/local/bin sudo cp wrk /usr/local/bin
``` ```
Installs the build tools, open ssl dev libs (including headers), and git. Then uses git to download wrk and build. The above installs build tools, open ssl dev libs (including headers), and git. Then uses git to download wrk and builds it from that.
#CentOS / RedHat / Fedora #CentOS / RedHat / Fedora