mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
README: correct cmake invocation note
the default invocation given generates makefiles, not a configure script Change-Id: Ia65b120289b497c2f2981fec330456682d11162a
This commit is contained in:
parent
7ca0df1363
commit
3b62347b0f
2
README
2
README
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user