Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 579 Bytes

robust-website

java version "1.8.0_231"

Instructions:

After the generator.java program has been compiled
Run run.sh with parameters databaseFolder outputFolder
Where databaseFolder is the path to the robust folder
and outputFolder is the folder where the files will be generated

either path can be absolute or relative
eg:
./run.sh C:/tmp/robust ../out

NB! Some terminals treat backslashes "" as escape characters which means that they need to be replaced by either forward slash "/" or double backslashes "\"

C:\tmp\robust -> C:/tmp/robust