mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
Update README.md
This commit is contained in:
@@ -120,13 +120,15 @@ MIT. check the LICENSE file
|
|||||||
|
|
||||||
### Unix (Autotools)
|
### Unix (Autotools)
|
||||||
|
|
||||||
```text
|
```bash
|
||||||
$ sh ./build-deps.sh # run only once (dependencies)
|
$ 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
|
$ sh autogen.sh
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make
|
$ make
|
||||||
$ make install
|
$ make check # [Optional] (if you run `sh ./build-deps.sh`)
|
||||||
$ [sudo] make install
|
$ [sudo] make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user