nutjunkie / IQmol

IQmol is an open source molecular editor and visualization package
GNU General Public License v3.0
99 stars 47 forks source link

Ubuntu 18 compilation trouble #32

Open freecurve opened 5 years ago

freecurve commented 5 years ago

Hi - compiled successfully. Note to Linux users - expects a static libopenbabel.a in the src directory (and usual Ubuntu distributions do not provide the static library) - easy to make. Some edits to common.pri and linux.pri are needed - probably good to put this in the build_linux instructions. Thank you!

felixplasser commented 3 years ago

I had some problems on Ubuntu 18.04 as well, actually. What i did is I manually changed the linking step so it found openbabel (which is not a very elegant way)