[INSTALL] fix markdown syntax

dankamongmen/windows-tester
nick black 3 years ago
parent 2155ad32f9
commit 59104a7ab4
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save