DRAMSys and IceWrapper projects integrated.

This commit is contained in:
Éder F. Zulian
2015-09-24 17:39:37 +02:00
parent ef975f52ea
commit 65e52d0e75
3 changed files with 19 additions and 3 deletions

View File

@@ -21,8 +21,9 @@ $ git clone --recursive https://<user>@git.rhrk.uni-kl.de/EIT-Wehn/dram.vp.syste
```
The *--recursive* flag tells git to initialize all submodules within the
repository. **DRAMPower** [2] and **tinyxml** are examples third party
repositories that were embedded within the source tree as submodules.
repository. **DRAMPower** [2], **tinyxml** and **icewrapper** are examples
third party repositories that were embedded within the source tree as
submodules.
It is possible to work with a **fork** of the official codebase. In that case,
after pushing changes into your fork you should create a **pull request** in