From 8ebad1aa287ed77c33820dbcf2a9163cfe878d9c Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 25 Feb 2018 10:32:50 +0000 Subject: Change README to talk about cmake instead of autoreconf. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4da86795..5b38f372 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3