Next Previous Table of Contents

2. Installation

2.1 How to obtain qmol

2.2 Build Requirements

qmol requires cmake and Qt4 devel packages for compilation (build-time) and Qt4 libraries at run-time. Use your distribution's package manager to install the required packages (usually called 'cmake' and 'libqt4-devel' or 'libqt4-dev').

2.3 Compilation and Installation

Compiling qmol is very easy. The following should do it:


Change to the root of the source directory (e.g. cd qmol-)
% mkdir build
% cd build
% cmake ..
% make
% sudo make install

Should you run into any problems, please open a ticket or make a posting into the Discussion forum on qmol's SourceForge page.

2.4 Paths

Linux

Windows

Next Previous Table of Contents