Change README to talk about cmake instead of autoreconf.

This commit is contained in:
iphydf 2018-02-25 10:32:50 +00:00
parent ae1e20f4cd
commit 8ebad1aa28
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -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).
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
autoreconf -fi
mkdir _build && cd _build
../configure
cmake ..
make
sudo make install
```