Update Build VA dependencies for Linux authored by Jonathan Ehret's avatar Jonathan Ehret
......@@ -3,6 +3,14 @@ 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)
* 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)
* ``mkdir build``
* ``cd build``
* ``ccmake ..``
* hit ``c`` for configure (ignore errors for now)
* deactivate ``ITA_VA_WITH_BINDING_CS``
* hit ``g`` for generate
* ``make -j``
* Now in the build/lib folder the libraries can be found, currently still with symbolic links --> so copy the only file which is not just a link e.g. libVABase.so.1.0.0 and rename it twice also to the other files, since symbolic links might get lost during Unreal building
----
......
......