-
Notifications
You must be signed in to change notification settings - Fork 34
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
Installing on Mac #55
Comments
Furthermore, installing poppler-qt5 with brew, and then copying all the header files in |
Then in your Makefile, make sure that you get this into your LIBS variable somehow: LIBS = $(SUBLIBS) -L/usr/local/lib -lpoppler-qt5 -lstdc++ [... the rest of the libs] |
After this... you're on your own. I was able to compile the function, by the dynamic libraries weren't finding the correct resources... |
Was you able to install this on Mac? Or at least build it from source? |
I was not able to install fully on a Mac. I was able to build it from the source, but the build was not correct. Whenever I would attempt to open the application, it would crash because the dynamic libraries were not finding the correct resources. |
How did you install the dependencies |
I installed poppler-qt5 with brew. Which other dependencies were you wondering abaout? |
I think that is just the one. Was qmake able to find it? |
I didn't have the IQ points to figure out how to add this to |
I got the error
I used
xcodebuild -sdk -version
to figure out what SDK was installed (macosx11.3 in my case), and addedQMAKE_MAC_SDK = macosx11.3
to qtikz.pro.The text was updated successfully, but these errors were encountered: