-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: intalling on OS X #23
Comments
Ah, an easy question:
The configure script is part of our distribution (downloaded from exiv2.org), however when you use pull the code from the repos, you have to generate the configure script. In README it says:
|
I downloaded it from the site because from Github there is |
Ah, you'll need to install the autotools. I think you can get them from MacPort with
|
I'm not familiar with this can you give me an example of usage ? |
This are essential build tools for dealing with open-source. You're on the Mac, right? Install MacPorts: https://www.macports.org/install.php
If this doesn't work, Google is your friend. You'll find a way to get those utilities onto your machine. For example: https://cduu.wordpress.com/2011/11/26/install-pkg-config-on-mac-os-x/ |
Yes I'm on Mac, I installed MacPorts and the only project that ./configure was on, was the one from the site not GitHub, and now I run |
Can we talk on FaceTime 'robin@clanmills.com' and I will "talk you down.". Are you a beginner in the world of open-source? |
I try to instal the project but configure doesn't work :
➜ exiv2 git:(master) ./configure
zsh: no such file or directory: ./configure
➜ exiv2 git:(master) make config
cd config && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f config.make config
autoconf -o ../configure
make[1]: autoconf: No such file or directory
make[1]: *** [config] Error 1
make: *** [config] Error 2
➜ exiv2 git:(master) make
Makefile:163: *** File config/config.mk does not exist. Did you run ./configure?. Stop.
➜ exiv2 git:(master)
What am I doing wrong ?
The text was updated successfully, but these errors were encountered: