mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Updated README.md with updating submodules
This commit is contained in:
parent
adb80a7176
commit
6199486b68
3 changed files with 10 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -16,3 +16,6 @@
|
||||||
[submodule "modules/argparse"]
|
[submodule "modules/argparse"]
|
||||||
path = modules/argparse
|
path = modules/argparse
|
||||||
url = https://github.com/p-ranav/argparse
|
url = https://github.com/p-ranav/argparse
|
||||||
|
[submodule "modules/indicators"]
|
||||||
|
path = modules/indicators
|
||||||
|
url = https://github.com/p-ranav/indicators
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,12 @@ ln -s ../modules/indicators/include/indicators include/indicators
|
||||||
ln -s ../modules/csv2/include/csv2 include/csv2
|
ln -s ../modules/csv2/include/csv2 include/csv2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Otherwise, you can just update the modules if they're already there and out-of-date:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git submodule update --init --recursive
|
||||||
|
```
|
||||||
|
|
||||||
And then build the binaries (check the "build" directory):
|
And then build the binaries (check the "build" directory):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
1
modules/indicators
Submodule
1
modules/indicators
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 222382c3a6abbce32503792c59826063660ddb56
|
||||||
Loading…
Add table
Add a link
Reference in a new issue