You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the build section, it could be useful to add the git submodule update --init --recursive command before cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo. Also, maybe list system dependencies, I had to install libcurl4-openssl-dev for example.
The text was updated successfully, but these errors were encountered:
In the build section, it could be useful to add the
git submodule update --init --recursive
command beforecmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
. Also, maybe list system dependencies, I had to installlibcurl4-openssl-dev
for example.The text was updated successfully, but these errors were encountered: