Skip to content

Commit

Permalink
docs(INSTALL): update compiling instructions for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
zetok committed Sep 29, 2016
1 parent 30e86c5 commit 6473657
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,11 @@ sudo ldconfig

##### Compile toxcore

Then clone this repo, generate makefile, and install `toxcore` system-wide:
Then clone this repo, run `cmake`, and install `toxcore` system-wide:
```bash
git clone https://github.com/irungentoo/toxcore.git
cd toxcore
autoreconf -i
./configure
cmake .
make
sudo make install
```
Expand Down

0 comments on commit 6473657

Please sign in to comment.