mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-13 10:42:56 +01:00
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
This commit is contained in:
parent
a6788f89be
commit
3c9a590a76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user