[INSTALL] fix markdown syntax

This commit is contained in:
nick black 2021-11-18 17:00:13 -05:00
parent 2155ad32f9
commit 59104a7ab4
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -67,8 +67,8 @@ graphics, you can omit 'mingw-w64-ucrt-x86_64-libdeflate'.
* Create a subdirectory, traditionally `build` (this is not strictly necessary, * Create a subdirectory, traditionally `build` (this is not strictly necessary,
but it keeps your source tree clean). Enter the directory. but it keeps your source tree clean). Enter the directory.
* `cmake ..` * `cmake ..`
** You might want to set e.g. `CMAKE_BUILD_TYPE`. Use `-DVAR=val`. * You might want to set e.g. `CMAKE_BUILD_TYPE`. Use `-DVAR=val`.
** To build without multimedia support, use `-DUSE_MULTIMEDIA=none`. * To build without multimedia support, use `-DUSE_MULTIMEDIA=none`.
* `make` * `make`
* `make test` * `make test`
* `make install` * `make install`