git clone [email protected]:PMEC-OSU/HybridWind.git --recursive
If you need to pull changes from the submodules, you can use the following:
git submodule update --recursive
OR
git pull --recurse-submodules
cd openfast
. ../build_scripts/build_openfast.sh
Return to root directory, then:
cd qualisys-matlab
. ../build_scripts/build_matlab_qualisys.sh
Open the following file:
sudo vim /etc/ld.so.conf.d/randomLibs.conf
Add the absolute paths to the directories containing your library files for OpenFAST and Qualisys-Matlab (replace the "path/to/repo" with your absolute path to HybridWind):
/path/to/repo/HybridWind/openfast/install/lib
/path/to/repo/HybridWind/qualisys-matlab/qualisys_cpp_sdk/build
Save the file, and run:
sudo ldconfig
TODO
TODO