aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-02-08 19:10:41 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-02-08 19:10:41 +0100
commitf558c66e7843aefaed6ad59b4869e232fa76c2aa (patch)
tree5aadaa9226f2c92e6eb77d00cc38fc04563e9481 /INSTALL
parent3bb381fad725363655e5b4a7fbcb59579cfc2db4 (diff)
downloadlibssh-f558c66e7843aefaed6ad59b4869e232fa76c2aa.tar.gz
libssh-f558c66e7843aefaed6ad59b4869e232fa76c2aa.tar.xz
libssh-f558c66e7843aefaed6ad59b4869e232fa76c2aa.zip
doc: Add a note about makefile generators on Windows.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d85b8e5a..a772b824 100644
--- a/INSTALL
+++ b/INSTALL
@@ -34,6 +34,8 @@ GNU/Linux, MacOS X, MSYS/MinGW:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
make
+On Windows you should choose a makefile gernerator with -G.
+
### CMake standard options
Here is a list of the most interesting options provided out of the box by
CMake.