Skip to content

Commit a1eeea9

Browse files
committed
Update README.md
1 parent d5d3119 commit a1eeea9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,19 @@ Developed as Simplifed ROSS ([gonsie/SR](https://github.com/gonsie/SR)), this ver
2727
git clone [email protected]:carothersc/ROSS
2828
cd ROSS
2929
```
30+
3031
2. *New* Install the submodules:
3132
```
3233
git submodule init
3334
git submodule update
3435
```
36+
3537
3. *Optional* Symlink your model to ROSS.
3638
Please [this wiki page]() for details about creating and integrating model with ROSS.
3739
```
3840
ln -s ~/path-to/your-existing-model models/your-model-name
3941
```
42+
4043
3. Create a build directory.
4144
ROSS developers typically do out-of-tree builds.
4245
```
@@ -45,12 +48,14 @@ ROSS developers typically do out-of-tree builds.
4548
cd ROSS-build
4649
ccmake ~/path-to/ROSS
4750
```
51+
4852
4. Make your model(s) with one of the following commands
4953
```
5054
make -k // ignore errors from other models
5155
make -j 12 // parallel build
5256
make model-name // build only one model
5357
```
58+
5459
5. Run your model.
5560
See [this wiki page]() for details about the ROSS command line options.
5661
```

0 commit comments

Comments
 (0)