Readme.md edited online with Bitbucket

This commit is contained in:
Zaher Salman
2021-06-08 14:24:39 +00:00
parent 961fc41ed6
commit 95ddff56a2

View File

@@ -10,11 +10,12 @@ This is the fortran source code and GUI of TrimSP Monte-Carlo simulations.
* The binary (statically linked) from the fortran code is also included.
* RPM and DEB packages are also included
### Supported platforms: ###
### Supported platforms ###
* Linux
### Fortran code compilation: ###
### Installation ###
###### Fortran code compilation ######
Install gfortran compiler, then:
@@ -22,15 +23,18 @@ Install gfortran compiler, then:
make
make install
This will install the `trimspNL` in `/usr/local/bin`.
This will install the `trimspNL` in `/usr/local/bin`, but can be moved to any other directory in your `PATH`.
###### Running the GUI ######
### Running the GUI ###
Install Node.js (nodejs, nodejs-libs and npm), then
cd trimsp
npm install
npm start
You do not need to run `npm install` every time. Next time you can simply run `npm start` only.
### Contact ###
Zaher Salman <zaher.salman@psi.ch>