Update Build VA dependencies for Linux authored by Jonathan Ehret's avatar Jonathan Ehret
...@@ -3,3 +3,9 @@ This is a short HowTo for updating the Linux VA binaries (i.e., libVABase.so and ...@@ -3,3 +3,9 @@ This is a short HowTo for updating the Linux VA binaries (i.e., libVABase.so and
* Create a folder on Linux filesystem (e.g. VA_build) * Create a folder on Linux filesystem (e.g. VA_build)
* Clone/copy the CmakeList.txt of [VA](https://git.rwth-aachen.de/ita/VA) into it.https://git.rwth-aachen.de/ita/VA * Clone/copy the CmakeList.txt of [VA](https://git.rwth-aachen.de/ita/VA) into it.https://git.rwth-aachen.de/ita/VA
* Copy/clone [VANet](https://git.rwth-aachen.de/ita/VANet) and [VABase](https://git.rwth-aachen.de/ita/VABase) in the appropriate versions to this folder (e.g., both at tag v2020.a) * Copy/clone [VANet](https://git.rwth-aachen.de/ita/VANet) and [VABase](https://git.rwth-aachen.de/ita/VABase) in the appropriate versions to this folder (e.g., both at tag v2020.a)
----
You will have to set the ViSTA build tools to be setup correctly:
* clone [VistaCMakeCommon](https://devhub.vr.rwth-aachen.de/VR-Group/VistaCMakeCommon)
* ``export VISTA_CMAKE_COMMON=[path to cloned VistaCMakeCommon]``
\ No newline at end of file