Readme.md edited online with Bitbucket
This commit is contained in:
12
Readme.md
12
Readme.md
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user