From e3aad63e85c98883677141265888bc452367ee97 Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Tue, 8 Jun 2021 13:44:29 +0000 Subject: [PATCH 1/2] Readme.md edited online with Bitbucket --- Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Readme.md b/Readme.md index 6d4cac2..4990cdb 100644 --- a/Readme.md +++ b/Readme.md @@ -14,6 +14,16 @@ This is the fortran source code and GUI of TrimSP Monte-Carlo simulations. * Linux +### Fortran code compilation: ### + + cd fortran + make + +### Running the GUI ### +After installing Node.js and Electron + + npm start + ### Contact ### Zaher Salman From b65cf52fb40ef55f2a97fdd2302e9e1cd1d5d52b Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Tue, 8 Jun 2021 13:49:06 +0000 Subject: [PATCH 2/2] Readme.md edited online with Bitbucket --- Readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 4990cdb..ea459d9 100644 --- a/Readme.md +++ b/Readme.md @@ -16,12 +16,18 @@ This is the fortran source code and GUI of TrimSP Monte-Carlo simulations. ### Fortran code compilation: ### - cd fortran +Install gfortran compiler, then: + + cd trimsp/fortran make + make install + +This will install the `trimspNL` in `/usr/local/bin`. ### Running the GUI ### -After installing Node.js and Electron +Install Node.js and Electron, then + cd trimsp npm start ### Contact ###