Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install_actflow [2024/07/12 09:41] – [Linux/Unix-like environments] rajit | install_actflow [2025/04/17 10:32] (current) – [Installing actflow] rajit | ||
---|---|---|---|
Line 2: | Line 2: | ||
Primary development of the tools in the actflow repository is conducted on Linux and MacOS, and so it has been extensively tested on such systems. It has also been tested in certain [[install# | Primary development of the tools in the actflow repository is conducted on Linux and MacOS, and so it has been extensively tested on such systems. It has also been tested in certain [[install# | ||
+ | |||
+ | If you are a Homebrew user, check out the [[https:// | ||
+ | |||
+ | |||
+ | ===== Getting the source | ||
+ | |||
The repository is available from [[https:// | The repository is available from [[https:// | ||
Line 17: | Line 23: | ||
* For '' | * For '' | ||
* Some systems have both packages. In that case please use '' | * Some systems have both packages. In that case please use '' | ||
- | * The system | + | * The system |
- | * The system | + | * The system |
- | * The system | + | * The system |
- | * The system | + | * The system |
- | * The system | + | * The system |
- | * The system | + | * The system |
**MacOS:** These packages can be installed using the [[https:// | **MacOS:** These packages can be installed using the [[https:// | ||
Line 45: | Line 51: | ||
- | ==== Troubleshooting ==== | + | |
+ | ===== Microsoft Windows ===== | ||
+ | |||
+ | Recent versions of Windows include compatibility layers for Unix, and ACT has been successfully tested in such an environment. | ||
+ | |||
+ | [[windows_build|Some instructions for running ACT tools on Microsoft Windows]] | ||
+ | |||
+ | |||
+ | |||
+ | ===== Troubleshooting | ||
If you have trouble building on your specific operating system have a peek in the continuous integration scripts of the git repository if your operating system is covered there and you can try the commands specified: | If you have trouble building on your specific operating system have a peek in the continuous integration scripts of the git repository if your operating system is covered there and you can try the commands specified: | ||
Line 51: | Line 66: | ||
https:// | https:// | ||
- | for '' | + | for '' |
+ | < | ||
+ | $ apt-get -q update -y | ||
+ | $ apt-get -q install -y libedit-dev zlib1g-dev m4 build-essential cmake libfmt-dev git libboost-all-dev libopenmpi-dev llvm flex bison | ||
+ | $ git clone https:// | ||
+ | $ cd actflow | ||
+ | $ git submodule update --init --recursive | ||
+ | $ mkdir / | ||
+ | $ export ACT_HOME=/ | ||
+ | $ ./build && ./run.sh | ||
+ | </ | ||
+ | |||
+ | Replace ''/ | ||
- | for '' | + | For Alpine |
- | **MacOS:** Recent versions of MacOS have a C++ compiler issue, namely that the default compiler distributed by Apple does not support the " | + | **MacOS:** Recent versions of MacOS have a C++ compiler issue, namely that the default compiler distributed by Apple does not support the " |
=== OpenMP message === | === OpenMP message === | ||
Line 100: | Line 127: | ||
</ | </ | ||
- | Tie build script tries to compile this with and without the '' | + | Tie build script tries to compile this with and without the '' |
- | + | ||
- | ===== Microsoft Windows ===== | + | |
- | + | ||
- | Recent versions of Windows include compatibility layers for Unix, and ACT has been successfully tested in such an environment. | + | |
- | + | ||
- | [[windows_build|Some instructions for running ACT tools on Microsoft Windows]] | + | |
- | + | ||