From 59b77857193df1b28ece3000e07730607d25cfcc Mon Sep 17 00:00:00 2001 From: Michel Juillard <michel@michel-spectre.home> Date: Wed, 18 Jul 2018 11:04:46 +0200 Subject: [PATCH] adding package update command line for Debian --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b0f72c42..562c7074c 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,12 @@ Alternatively, if you want to build everything, manually install the following p - `latex2html` - `doxygen` +You can load all necessary packages at once with +``` +sudo apt install build-essential gfortran liboctave-dev libboost-graph-dev libboost-filesystem-dev libgsl-dev libmatio-dev libslicot-dev libslicot-pic libsuitesparse-dev flex bison autoconf automake texlive texlive-publishers texlive-extra-utils texlive-formats-extra texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science texinfo lmodern latex2html doxygen + +``` + ## Fedora **NB**: Documentation still in progress… -- GitLab