Changes between Version 14 and Version 15 of DownloadRedistribution


Ignore:
Timestamp:
Oct 23, 2025, 1:50:15 PM (2 months ago)
Author:
FrederikHeber
Comment:

added link to Dockerfile for further explanations on how to compile

Legend:

Unmodified
Added
Removed
Modified
  • DownloadRedistribution

    v14 v15  
    4343A tarball of the source code of the current version is made available here below.
    4444
    45 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.
     45Compiling 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. In principle, you can follow the source:docker/Dockerfile where the following steps are done:
     461. install boost 1.69,
     472. install all necessary dependencies, relative to Ubuntu 18.04,
     483. unpack the molecuilder source tarball,
     494. Configure and make, make install.
     50
     51Note that in there we use a so-called multi-stage build: The first stage builds boost, the second stage builds molecuilder, the third stage just copies all compiled libraries and executables from the first two stages and only installs what is necessary to run the executables.
    4652
    4753== Using a docker image ==