@@ -35,7 +35,7 @@ Cadabra builds on Linux and Mac OS X, and might soon build on Windows
3535too. Select your system from the list bel
3636
3737- `Linux (Debian/Ubuntu/Mint) `_
38- - `Linux (Fedora 24) `_
38+ - `Linux (Fedora 24 and later ) `_
3939- `Linux (older Fedora/CentOS/Scientific Linux) `_
4040- `Linux (OpenSUSE) `_
4141- `Linux (Arch/Manjaro) `_
@@ -83,21 +83,23 @@ This will produce the command line app ``cadabra2`` and the Gtk
8383notebook interface ``cadabra2-gtk ``. You can also find the latter in
8484the 'Education' menu.
8585
86- Linux (Fedora 24)
87- ~~~~~~~~~~~~~~~~~
86+ Linux (Fedora 24 and later )
87+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
8888
8989Fedora 24 is the first Fedora to have Python 3 by default; for older
90- Fedora versions see below. Install the dependencies with::
90+ Fedora versions see below. This platform receives less testing so
91+ please get in touch if you run into any issues. You can use either g++
92+ or the clang++ compiler.
9193
92- sudo dnf install python3-devel cmake gcc-c++
93- sudo dnf install pcre-devel gmp-devel libuuid-devel sqlite-devel
94- sudo dnf install gtkmm30-devel boost-devel boost-python3-devel
95- sudo dnf install texlive python3-matplotlib
96- sudo dnf install python3-pip
94+ Install the dependencies with::
95+
96+ sudo dnf install python3-devel cmake gcc-c++ \
97+ pcre-devel gmp-devel libuuid-devel sqlite-devel \
98+ gtkmm30-devel boost-devel boost-python3-devel \
99+ texlive python3-matplotlib \
100+ python3-pip
97101 sudo pip3 install sympy
98102
99- This platform receives less testing so please get in touch if you run
100- into any issues. You can use either g++ or the clang++ compiler.
101103You need to clone the cadabra2 git repository (if you download the
102104.zip file you will not have all data necessary to build). So first do::
103105
0 commit comments