@@ -57,10 +57,10 @@ Linux (Debian/Ubuntu/Mint)
5757
5858On Debian/Ubuntu you can install all that is needed with::
5959
60- sudo apt-get install cmake python3-dev g++ libpcre3 libpcre3-dev libgmp3-dev
61- sudo apt-get install libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev
62- sudo apt-get install texlive texlive-latex-extra dvipng
63- sudo apt-get install python3-matplotlib python3-mpmath python3-pip python3-setuptools
60+ sudo apt install cmake python3-dev g++ libpcre3 libpcre3-dev libgmp3-dev \
61+ libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev \
62+ texlive texlive-latex-extra dvipng \
63+ python3-matplotlib python3-mpmath python3-pip python3-setuptools
6464 sudo pip3 install sympy
6565
6666This is the development platform and issues are typically first fixed
@@ -93,7 +93,7 @@ or the clang++ compiler.
9393
9494Install the dependencies with::
9595
96- sudo dnf install python3-devel cmake gcc-c++ \
96+ sudo dnf install git python3-devel cmake gcc-c++ \
9797 pcre-devel gmp-devel libuuid-devel sqlite-devel \
9898 gtkmm30-devel boost-devel boost-python3-devel \
9999 texlive python3-matplotlib \
@@ -115,20 +115,19 @@ Building is then done with the standard::
115115 sudo make install
116116
117117This will produce the command line app ``cadabra2 `` and the Gtk
118- notebook interface ``cadabra2-gtk ``. You can also find the latter in
119- the 'Education ' menu.
118+ notebook interface ``cadabra2-gtk ``. You can also find the latter
119+ when searching for the 'Cadabra' app from the 'Activities ' menu.
120120
121121
122122Linux (older Fedora/CentOS/Scientific Linux)
123123~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124124
125125On Fedora/CentOS/Scientific Linux you can install the dependencies with::
126126
127- sudo yum install epel-release
128- sudo yum install python-devel cmake gcc-c++
129- sudo yum install pcre-devel gmp-devel libuuid-devel sqlite-devel
130- sudo yum install gtkmm30-devel boost-devel
131- sudo yum install texlive python-matplotlib
127+ sudo yum install epel-release python-devel cmake gcc-c++ \
128+ pcre-devel gmp-devel libuuid-devel sqlite-devel \
129+ gtkmm30-devel boost-devel \
130+ texlive python-matplotlib
132131
133132There is no Python 3 by default on this platform, so the instructions
134133here will build Cadabra for use with Python 2. You also need to
@@ -169,12 +168,12 @@ Repositories/Add/Add by URL. Use the URL
169168
170169After that, dependencies can be installed with::
171170
172- sudo zypper install cmake python3-devel gcc-c++
173- sudo zypper install pcre-devel gmp-devel libuuid-devel sqlite-devel
174- sudo zypper install gtkmm3-devel
175- sudo zypper install texlive python3-matplotlib
176- sudo zypper install python3-pip
177- sudo zypper install boost_1_61-devel libboost_python3-1_61_0
171+ sudo zypper install cmake python3-devel gcc-c++ \
172+ pcre-devel gmp-devel libuuid-devel sqlite-devel \
173+ gtkmm3-devel \
174+ texlive python3-matplotlib \
175+ python3-pip \
176+ boost_1_61-devel libboost_python3-1_61_0
178177 sudo pip3 install sympy
179178
180179This platform receives less testing so please get in touch if you run
0 commit comments