aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-10 17:16:21 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-10 17:16:21 +0000
commit607e3297d34fd07bdfb435f46a2e70a58404cbf8 (patch)
treec22a7e8029255d8c9ef00d5ab87c4677e19af5ad
parent7c25a38963c488d22bca280622fb15d63abf6846 (diff)
Explain about setpath.bat
svn path=/trunk/; revision=52499
-rw-r--r--README.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index 5565144edc..d84504acf6 100644
--- a/README.cmake
+++ b/README.cmake
@@ -71,7 +71,9 @@ How to do out of tree build (Win32/64):
5a) cmake path\to\sources (this will build for the latest Visual Studio version found)
6) nmake VERBOSE=1 (or cmake --build . -- VERBOSE=1 )
6a) Wireshark.sln (this will run up Visual Studio with the cmake built solution
-7)
+7) In case you want to test the executable(s) inside the build tree:
+ Run setpath.bat whenever it gets updated (there is a message in each cmake
+ run whether it is necessary or not).
Why cmake?
==========