From: Doni Pracner Date: Sat, 16 Aug 2014 13:26:14 +0000 (+0200) Subject: fermat install tutorial - change of order in the starting paragraphs; improved /home... X-Git-Tag: v0.2.0~5 X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=commitdiff_plain;h=8ba67d1758b43ac16c2e965aed1db0c479a4366a fermat install tutorial - change of order in the starting paragraphs; improved /home/donny in bash suggestion --- diff --git a/docs/install-fermat-on-linux.txt b/docs/install-fermat-on-linux.txt index ef964e9..b3b1ad8 100644 --- a/docs/install-fermat-on-linux.txt +++ b/docs/install-fermat-on-linux.txt @@ -2,16 +2,16 @@ How to install and use FermaT on a Linux machine ================================================ -The machine that this instructions were tested with was a fresh Ubuntu -install, more precisely Lubuntu 14.04, 64 bit version. It came with -gcc 4.8.2 (4.8.2-19ubuntu1) installed. - -This should work on most distributions from the Debian family (Ubuntu, -Mint, CrunchBang, ...) and with small changes on any other Linux or -BSD system. The main changes are in the usage of the package system - +These instructions should work on most distributions from the Debian family +(Ubuntu, Mint, CrunchBang, ...) and with small changes on any other Linux or +BSD system. The main changes are in the usage of the package system - debian uses ".deb" packages and the "apt-get" command, others use yum, packman etc. +The machine that these instructions were tested with was a fresh Ubuntu +install, more precisely Lubuntu 14.04, 64 bit version. It came with gcc +4.8.2 (4.8.2-19ubuntu1) installed. + Dependencies ============ @@ -141,7 +141,7 @@ Alternatively you can make a copy of the file (let's call it myDOIT.bash) and change the line "Fermat=`pwd` to refer to the install folder directly, for instance if we extracted fermat3 in our home: -FermaT=/home/user/fermat3 +FermaT=$HOME/fermat3 You can then run that file from anywhere and it will setup the values properly. For instance you can put this file somewhere on the PATH. A