diff --git a/INSTALL.md b/INSTALL.md index 2aa100c83..0717197f6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 @@ -525,7 +524,7 @@ Run in qTox directory to compile: ```bash cmake . -make +make -j$(nproc) ``` Now you can start compiled qTox with `./qtox`