Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Apr 21, 2016
1 parent 941cda9 commit 7f6a1ea
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
SUMO (Simulation of Urban Mobility) simulator C++ Library.
==========================================================

Build Library:
-------------

```bash
git clone http://github.com/rosmod/lib-sumo
cd lib-sumo
```
Then build the library.

Build Library:
-------------
If you have `catkin_make`:

```
catkin_make
```

If you have `cmake`:

```bash
cd src/sumo
cmake .
make
```

0 comments on commit 7f6a1ea

Please sign in to comment.