phirg / zealous-octo-barnacle

Sandbox
0 stars 0 forks source link

dependencies management #4

Open phirg opened 8 years ago

phirg commented 8 years ago

example for appveyor:

Amazon S3 for free up to 5Gb?

phirg commented 8 years ago

another possibility is to use git submodules for dependencies like poco or opencv that are on github... and then if they are cmake-able, use cmake to build the requested components. The disavantage then, is that it requires some long time, and we can reach a timeout on the build servers.

Note: get the last git release with something like latestTag=$(git describe --abbrev=0 --tags) git checkout $latestTag