mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Change README to talk about cmake instead of autoreconf.
This commit is contained in:
parent
ae1e20f4cd
commit
8ebad1aa28
|
@ -41,12 +41,11 @@ on the website, where they are updated at least once every 24 hours:
|
||||||
Detailed installation instructions can be found in [INSTALL.md](INSTALL.md).
|
Detailed installation instructions can be found in [INSTALL.md](INSTALL.md).
|
||||||
|
|
||||||
In a nutshell, if you have [libsodium](https://github.com/jedisct1/libsodium)
|
In a nutshell, if you have [libsodium](https://github.com/jedisct1/libsodium)
|
||||||
or [nacl](https://nacl.cr.yp.to/install.html) installed, run:
|
installed, run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
autoreconf -fi
|
|
||||||
mkdir _build && cd _build
|
mkdir _build && cd _build
|
||||||
../configure
|
cmake ..
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user