Use prebuilt binaries
Download and extract the Speedb package. You should have a
usrdirectory withincludeandlibdirectories under it.Add the path of the
includedirectory to the compiler command line (this may depend on your build system;-Ifor GCC/Clang. Assuming you extracted the archive to/home/user/speedb, the flag should be-I /home/user/speedb/usr/includeAdd the path to the
libdirectory and the library to the linker command line (this may depend on your build system. Assuming you extracted the archive to/home/user/speedb, for GCC/Clang this would be-L /home/user/speedb/usr/liband-lspeedb, respectively)
Last updated
Was this helpful?

