Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Make windows build compatible with VS 2017 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

guischulz
Copy link

Tested with Visual Studio 2017, CMake 3.14, Boost 1.69 and GDAL 2.3.3.

Build instructions (for x64 release build):

  • set environment variables GDAL_DIR, BOOST_INCLUDEDIR, BOOST_LIBRARYDIR, eg.
    set BOOST_INCLUDEDIR=C:\Boost\include\boost-1_69
    set BOOST_LIBRARYDIR=C:\Boost\lib
    set GDAL_DIR=C:\Gdal
  • run CMake with generator "Visual Studio 15 2017 Win64"
    cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release
  • run MSBuild
    msbuild tin-terrain.sln /p:Configuration=Release /p:Platform=x64

Signed-off-by: Guido Schulz <guido.schulz@mettenmeier.de>
@fester
Copy link
Contributor

fester commented May 17, 2019

Thank you for your submission! @Jeffzholy, could you please test this PR?

qGYdXbY2 added a commit to qGYdXbY2/tin-terrain that referenced this pull request Feb 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants