5 | | Furthermore, ubuntu 12.04 packages (.deb) are being provided here for convenience. |
6 | | '''Several other packages are required as well that are not available from the repositories:''' |
| 5 | There are two options available to obtain MoleCuilder: |
| 6 | * install a slew of debian packages |
| 7 | * download upstream tarball and compile everything by yourself |
| 8 | |
| 9 | == Debian package == |
| 10 | |
| 11 | Ubuntu 12.04 packages (.deb) are being provided here for convenience. |
| 12 | |
| 13 | ''Please make sure that the following dependencies are all met'' (all available as debian packages in official or unofficial form, see text in brackets): |
10 | | * libqt-3d (see wiki:Qt3D) |
11 | | * levmar (see wiki:LevMar) |
| 17 | * libqt-3d (see [wiki:Qt3D Qt3D]) |
| 18 | * levmar (see [wiki:LevMar LevMar]) |
| 19 | |
| 20 | Finally, download the latest '''molecuilder_...-1_amd64.deb''' (fill in the version for '''...''') from the attachments and install by |
| 21 | {{{ |
| 22 | sudo dpkg -i molecuilder_...-1_amd64.deb |
| 23 | }}} |
| 24 | |
| 25 | Then, ''molecuilder'' and ''molecuildergui'' are available at '''/usr/bin'''. |
| 26 | |
| 27 | == Compile everything yourself == |
| 28 | |
| 29 | Compiling is expained [/doxygen/install.html here]. Note that you might still want to install several of the above dependencies such that only compilation of molecuilder is necessary. For this you need the "..-dev" packages as well when available. |
| 30 | |
| 31 | == Further notes == |