From 3c9a590a7652f287a955b17a74bca6d19867cc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Thu, 12 Jul 2018 21:40:03 -0600 Subject: [PATCH] Improved readme for Windows 64 bit (#276) * Improved readme for Windows 64 bit This clarifies that Windows users have to check the CMake documentation * Spell check --- CMakeLists.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fd18ae..a219e02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,15 @@ # cd build; # 3. cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio XXX" .. # (cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 12") -# (XXX is the Visual Studio version you are running) -# 4. msbuild g3log.sln /p:Configuration=Release +# MAKE SURE you check the CMake documentation so you are using +# the correct bit flags(64 bit etc). The "XXX" needs +# tto be replaced for your specific build system, ref: cmake docs. +# +# (Example from Appveyor Ci: +# https://github.com/KjellKod/g3log/blob/master/appveyor.yml +# cmake -G "Visual Studio 14 2015 Win64" -DADD_G3LOG_UNIT_TEST=ON ..) +# +# 4. msbuild g3log.sln /p:Configuration=Release # # Try to run an example, such as: # 5. Release\g3log-FATAL-contract.exe