README: correct cmake invocation note

the default invocation given generates makefiles, not a configure script

Change-Id: Ia65b120289b497c2f2981fec330456682d11162a
This commit is contained in:
James Zern 2017-06-21 16:36:09 -07:00
parent 7ca0df1363
commit 3b62347b0f

2
README
View File

@ -123,7 +123,7 @@ minimal build:
$ sudo apt-get install build-essential cmake $ sudo apt-get install build-essential cmake
When building from git sources, you will need to run cmake to generate the When building from git sources, you will need to run cmake to generate the
configure script. makefiles.
mkdir build && cd build && cmake ../ mkdir build && cd build && cmake ../
make make