Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(docs): update toxcore build instructions
Browse files Browse the repository at this point in the history
Partially fixes #5133
  • Loading branch information
tox-user committed May 16, 2018
1 parent 8461a37 commit b00cbc1
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 @@ -500,8 +500,7 @@ Provided that you have all required dependencies installed, you can simply run:
git clone https://github.com/toktok/c-toxcore.git toxcore
cd toxcore
git checkout v0.2.2
autoreconf -if
./configure
cmake .
make -j$(nproc)
sudo make install
echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
Expand All @@ -525,7 +524,7 @@ Run in qTox directory to compile:

```bash
cmake .
make
make -j$(nproc)
```

Now you can start compiled qTox with `./qtox`
Expand Down

0 comments on commit b00cbc1

Please sign in to comment.