-
Notifications
You must be signed in to change notification settings - Fork 21
Update_Raven_submodule
alfoa edited this page Mar 15, 2021
·
1 revision
To update an existing RAVEN sub module included in the HYBRID repository, you first need to get the latest changed from the HYBRID. To do that, you can follow the instructions below.
Once you have all the latest changes, you first need to update RAVEN using:
cd <path to your hybrid repository>/hybrid
git submodule update --recursive
cd raven
Once the latest changes are downloaded, you need to update RAVEN's dependencies and recompile it. For that you can follow the instructions here (under "Install latest changes"):