Skip to content
Snippets Groups Projects
Commit 75fb7ee9 authored by Jaime Arias's avatar Jaime Arias
Browse files

Update README

parent ddc4b101
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Multi-Agent Systems (AMAS).
# Dependencies
- `cmake`
- `doxygen`
# Build
......@@ -13,6 +14,15 @@ Multi-Agent Systems (AMAS).
2. `cd build`
3. `cmake ..`
4. `make`
5. `make install`
# Run
Once installed, the binary `adt2amas` will be in the `assets` folder. That is:
1. `cd ..` # if you are in the `build` folder
2. `cd assets`
3. `./adt2amas`
# Generate Documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment