To install XDrawChem:

1) Install recent Qt and OpenBabel from packages or source.
If installing from packages, please also install the "devel" packages as well, e.g. qt5-qtbase-devel and openbabel-devel.
XDrawChem is built with Qt 5.6 and OpenBabel 3 or later
Please file an issue on GitHub if these versions or newer fail.

2) Type "qmake".
   This will generate the XDrawChem Makefiles.

   Then type "make" to build the program

   Finally, if you would also like to install the program, type "make install" (as root).

After installation:
3) Type "xdrawchem" to run the program.  Also, you may wish to type
   "xdrawchem --help", as XDrawChem supports some command line functions.

4) Setting the environment variable XDC_SERVER will override the XDC_SERVER
   set in the Makefile.

Enjoy!

-- Bryan Herger
bherger@users.sourceforge.net


