aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
Commit message (Collapse)AuthorAgeFilesLines
* Add CMake option for building with ZLibJulius Brüggemann2021-03-291-0/+7
|
* Update to more modern macOS instructions.Scott Wheeler2021-03-221-12/+14
| | | | Closes #1005
* Use CMake's CTest which includes BUILD_TESTING optionAndreas Sturmlechner2021-03-061-3/+3
| | | | | | | | | | | BUILD_TESTING is default enabled, which is a good default anyway. Move the CppUnit check to the root CMakeLists.txt, simpler and clearer. BUILD_TESTS is obsolete. The need for BUILD_SHARED_LIBS=OFF for testing is not clear, it works on Linux. But I kept it in the instructions for now. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* Update documentation for version 1.12.0Urs Fleisch2021-02-151-18/+62
|
* Update INSTALL.mdMichael Helmling2017-06-051-2/+5
| | | Added a note that with MS Visual Studio 2017 one can directly open the CMake project.
* Fix Markdown syntax of INSTALL file and rename it to *.mdMichael Helmling2017-06-051-0/+172
This enables proper formatted display of the file on e.g. GitHub, increasing readability.