freefoote / gpscorrelate

Abandoned C program to match GPS tracks to photographs, and store the matches in the EXIF data in the photographs.
GNU General Public License v2.0
20 stars 18 forks source link

How can i run gpscorrelate #6

Open pedram55 opened 4 years ago

pedram55 commented 4 years ago

Hello i got this software but i cant run it because there is no exe file . sorry i am beginner in programming . how can i execute this software ?

dfandrich commented 4 years ago

Note that the project has moved to https://github.com/dfandrich/gpscorrelate

We don't supply binaries, only source code, so you'll have to either compile it yourself or find someone else to do it for you. On Linux, many distribution will supply a binary but it looks like you're interested in Windows and I'm not sure if anyone supplies a Windows binary. It's not too hard to compile if you have experience, but it's probably not something you want to tackle as a first project. If you're interested, you can see the exact commands that our Appveyor CI builds use to build the command-line tool on Windows, using both the Cygwin and msys2 development environments, by looking at the logs at https://ci.appveyor.com/project/dfandrich/gpscorrelate