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
mkdir build
cd build
cmake ..
make
sudo make install
There's a complete lack of documentation that I could find suggesting a different set of commands. Things appear to install properly under /usr/local/lib and /usr/local/include, exactly as I'd expect.
The -Iinclude should actually fit where the code was installed. -I/usr/local/include. The -L command should be -L/usr/local/lib. I'm not sure about the pkg-config desire to list an include the linker already seems to search.
The text was updated successfully, but these errors were encountered:
The PDF documentation says to do some combination of these commands:
When I built, I cloned the repo then did:
There's a complete lack of documentation that I could find suggesting a different set of commands. Things appear to install properly under /usr/local/lib and /usr/local/include, exactly as I'd expect.
But the commands above produce:
The -Iinclude should actually fit where the code was installed. -I/usr/local/include. The -L command should be -L/usr/local/lib. I'm not sure about the pkg-config desire to list an include the linker already seems to search.
The text was updated successfully, but these errors were encountered: