If you are familiar with docker or singularity the easiest way is to use an image with already build program and all dependencies resolved. You can get it from Singularity Hub
singularity pull shub://vrastil/FastSim-ContainerTODO: about singularity
TODO: how to build an image
Shell into the container:
singularity shell shub://vrastil/FastSim-ContainerRun the container:
singularity run shub://vrastil/FastSim-ContainerBuild using as a base:
sudo singularity build FastSim-Container.simg shub://vrastil/FastSim-ContainerDocumentation is available through github-pages.
You can also build it localy with
cd doc && doxygen DoxyfileYou must have a doxygen and graphviz packages.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.