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
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
|
||||||
|
Loading…
Reference in New Issue
Block a user