This commit is contained in:
Philippe Teuwen 2020-06-18 10:00:44 +02:00
parent 490d5d26ae
commit 04517b3fe1

View file

@ -1,3 +1,9 @@
# Usage:
# mkdir build
# cd build
# cmake .. (see below for options)
# make (VERBOSE=1 if needed)
#
# MINGW:
# On ProxSpace 3.4:
# cmake -G"MSYS Makefiles" ..