aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-10-10 17:23:12 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-10-10 17:23:12 +0000
commitb80fad54e56cf686aea450ad262388c329dce5ca (patch)
treeb87c909bfd063288774d0bf3983a00d422e93e8f /README.cmake
parent607e3297d34fd07bdfb435f46a2e70a58404cbf8 (diff)
Fix a couple of typos.
svn path=/trunk/; revision=52500
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake
index d84504acf6..ace783a53a 100644
--- a/README.cmake
+++ b/README.cmake
@@ -4,7 +4,7 @@
Notice
- To find out the current state of the cmake implementaion for
+ To find out the current state of the cmake implementation for
Wireshark, please take a look at "What needs to be done?" below.
Basically this is an experiment and if we find out that it works
and we like cmake more than autofoo we might switch one day.
@@ -67,7 +67,7 @@ How to do out of tree build (Win32/64):
3) mkdir c:\wireshark\build
4) cd c:\wireshark\build
5) cmake -G "NMake Makefiles" -DBUILD_wireshark=OFF path\to\sources
- (i.e. in case your sources are locaated at c:\wireshark\trunk, use "..\trunk")
+ (i.e. in case your sources are located at c:\wireshark\trunk, use "..\trunk")
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