This commit is contained in:
2021-06-11 17:22:22 +02:00
+10 -5
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,14 +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 ###
Install Node.js and Electron, then
###### 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>