Linux Build/Install =================== Prerequisites: - Python >= 2.5 - numpy and scipy - gtk+ with pygtk, pygobject, pycairo - g++ - libboost-dev - libgsl0-dev - epydoc (optional, for building API documentation) Prerequisites for Ubuntu (and probably any Debian-based GNU/Linux distribution): $ sudo apt-get update && sudo apt-get install libboost-dev libgsl0-dev python-gtk2 python-scipy git $ sudo apt-get install python-epydoc Clone the source repository: $ git clone http://www.qub.buffalo.edu/qub-express.git $ cd qub-express Download the latest updates: $ git pull Build and run: $ make run By default no plugins are activated when running in the source folder using `make run`. To activate them: $ mkdir Plugins $ cd Plugins $ ln -s ../qubx_extras ../qubx_idlmdl ../qubx_macror ../qubx_macroscopic ../qubx_single_molecule . $ cd .. To install the program, for all users (install) or only the current user (local): $ sudo make install or $ make install_local To install all plugins (recommended) also do this: $ make plugins then $ sudo make plugins_install or $ make plugins_install_local