Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 765 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 765 Bytes

Cyclus.js

A front-end for Cyclus, the nuclear fuel cycle simulator .

Install from sources

Download and install npm

npm install -g gulp  (note: on osx you must use 'sudo' when the -g flag is used)  
cd /path/to/cyclus.js
npm install

Create native applications

gulp [--all] [--osx] [--win] [--linux] [--osx64] [--win64] [--linux64] [--osx32] [--win32] [--linux32] 

If no option is provided the current platform will be used. Executables are placed in dist/cyclus.js

Development

Developers should install nwjs (formally known as node-webkit). You can then run the code directly without using gulp

cd /path/to/cyclus.js
nw .