From 113c6d5f55b3aad3d6b9061adea3ba40f15bc185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 19 Jan 2014 02:18:24 +0000 Subject: Fix a typo svn path=/trunk/; revision=54842 --- README.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.cmake') diff --git a/README.cmake b/README.cmake index 571b6e8b7e..24eb8af04e 100644 --- a/README.cmake +++ b/README.cmake @@ -66,7 +66,7 @@ How to do out of tree build (Win32/64): 1d) In case you want to use Visual Studio, make sure that the paths to python and cygwin are available to GUI applications. 2) Install cmake -2a) Build the zblib library, e.g. +2a) Build the zlib library, e.g. cd %WIRESHARK_BASE_DIR%\wireshark-%WIRESHARK_TARGET_PLATFORM%-libs\zlib125 cmake -G "NMake Makefiles" . # msbuild will not do because of configuration path cmake --build . -- cgit v1.2.1