antimony icon indicating copy to clipboard operation
antimony copied to clipboard

Update the build instructions to handle updated dependency versions

Open skypanther opened this issue 5 years ago • 2 comments
trafficstars

I had troubles building and discovered it was mostly a difference between dependency versions (Python version, Qt version). This PR updates the build instructions with details on what you need to tweak in order to get the app built.

Closes #225

skypanther avatar Oct 02 '20 00:10 skypanther

Thanks for the PR! I'm confused as to whether editing CMakeLists.txt is actually necessary: when I build on my Mac, I see

-- Found Python: /usr/local/Frameworks/Python.framework/Versions/3.8/bin/python3.8 (found suitable version "3.8.5", minimum required is "3.3") found components: Interpreter Development Development.Module Development.Embed

implying that it's happy to select later Python versions if they exist.

What error messages were you seeing that led you to this solution?

mkeeter avatar Oct 02 '20 12:10 mkeeter

I get this:

(I have Qt ~5.15.5~ 5.15.1, hence the updated cmake command below)

Console output removed because it works when you use the right version number. 🤦 I'll update the PR to remove instructions about editing the CMakeLists.txt file

skypanther avatar Oct 03 '20 00:10 skypanther