Skip to content

Commit

Permalink
Modified install instructions Ubuntu (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudibroekhuizen authored and taganaka committed Dec 1, 2019
1 parent de90891 commit 6adf567
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ $ make install

```
$ sudo apt-get install build-essential libcurl4-openssl-dev libxml2-dev libssl-dev cmake
$ cd cmake_build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make install
$ git clone https://github.com/taganaka/SpeedTest
$ cd SpeedTest
$ cmake -DCMAKE_BUILD_TYPE=Release .
$ sudo make install
```

## Usage
Expand Down

0 comments on commit 6adf567

Please sign in to comment.