-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a281611
commit c7ca6ee
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
~~~~ |