-
Notifications
You must be signed in to change notification settings - Fork 388
Description
Not sure that an issue is the best place but we cam move this later to a more convenient place.
I have placed a copy of my dependencies here. It has also my ConfigUser.cmake
. Note that this file is not completely ready to use but it should not need more editing than uncomment and set to appropriate path the line with
#set (DEPS_ROOT C:/Dropbox/libs_JL)
Here, C:/Dropbox/libs_JL
should be replaced with the path where the files in the above link are stored.
Those files are more than one needs when building GMT but they are needed at run time when the dependencies-of-dependencies are checked by the system. But since I did that selection manually from my dependencies pool it's not unlikely that some are still missing. Need feedback on this.
There is also a batch file called SYMLINKA_DLLs_VC14.bat
that, again after minor edition, allows the creation of symlinks on a common directory that, when added to Windows path, takes charge of the dependency finding. This even allows creating a Windows installer.
Need some input for a curl
or wget
command to download http://fct-gmt.ualg.pt/gmtdependswin/ all at once.
@Esteban82 I think now you can try to build a Windows version.