Update README.md

This commit is contained in:
Recep Aslantas
2018-02-21 11:53:31 +03:00
committed by GitHub
parent c1c659489a
commit 43d0837303

View File

@@ -120,13 +120,15 @@ MIT. check the LICENSE file
### Unix (Autotools)
```text
$ sh ./build-deps.sh # run only once (dependencies)
```bash
$ sh ./build-deps.sh # run only once (dependencies) [Optional].
$ # You can pass this step if you don't want to run `make check` for tests.
$ # cglm uses cmocka for tests and it may reqiure cmake for building it
$
$ sh autogen.sh
$ ./configure
$ make
$ make install
$ make check # [Optional] (if you run `sh ./build-deps.sh`)
$ [sudo] make install
```