Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgredonps authored Dec 6, 2016
1 parent a281611 commit c7ca6ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# open-dis-cpp
A C++ implementation of the Distributed Interactive Simulation (DIS) protocol

## Git submodule
This repository includes a git submodule for the XML descripton files. These
files contain a machine-readable description of the DIS messages that are
translated into a language implementation. Since the XML file is shared across
multiple languages, I'm trying to prevent between-language drift of the description
file.

You should only need this if you're regenerated the source code, which is unlikely.
but if you are, bring in the submodule with

~~~~
git submodule init
git submodule update
~~~~

0 comments on commit c7ca6ee

Please sign in to comment.