Changes between Version 7 and Version 8 of DownloadRedistribution


Ignore:
Timestamp:
Aug 15, 2015, 8:34:13 AM (9 years ago)
Author:
FrederikHeber
Comment:

split into debian and compiling

Legend:

Unmodified
Added
Removed
Modified
  • DownloadRedistribution

    v7 v8  
    33MoleCuilder is licensed under GPL v2. A tarball of the source code of the current version is made available here below.
    44
    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:'''
     5There 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
     11Ubuntu 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):
    714 * codepatterns (see [https://trac.ins.uni-bonn.de/projects/CodePatterns/wiki/DownloadRedistribution CodePatterns] for debian package)
    815 * libboost-all (available from Ubuntu repositories)
    916 * libqt4 (available from Ubuntu repositories)
    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
     20Finally, download the latest '''molecuilder_...-1_amd64.deb''' (fill in the version for '''...''') from the attachments and install by
     21{{{
     22sudo dpkg -i molecuilder_...-1_amd64.deb
     23}}}
     24
     25Then, ''molecuilder'' and ''molecuildergui'' are available at '''/usr/bin'''.
     26
     27== Compile everything yourself ==
     28
     29Compiling 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 ==
    1232
    1333In the attachments also the user guide (in contrast to this wiki here or the Doxygen documentation in the source code meant for the developer) is available.