Build or-tools (Vehicle Routing Problem) for windows with .Net Framework 4.6.2 #4190
Replies: 4 comments 1 reply
-
did you use cmake ? |
Beta Was this translation helpful? Give feedback.
-
Why do you need to build ? .NEt 462 is included in or-tools 9.9 . |
Beta Was this translation helpful? Give feedback.
-
If you really want to build it on windows only for net462 take a look here: aka Lines 322 to 323 in 5124f49 But as laurent say nuget package should support it but since we use .Net Core CLI so you may have to manually copy some .dll in the target dir if I recall correctly since net462 was prior this ecosystem and miss some csproj/msbuild properties... |
Beta Was this translation helpful? Give feedback.
-
I want to build Google Or-tools to use it for solving vehicle routing problem. I'm not able to build it on the Windows machine. I have installed necessary prerequisites but still it is failing. The error says "Could NOT find ZLIB(missing: ZLIB_LIBRARY ZLIB_INCLUDE_DTR)". My end goal is to take an open source project for Windows (.NET) and build it to make it compatible with .Net Framework 4.6.2. Current stable version is compatible with .NET 6. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions