nakama-unreal
nakama-unreal copied to clipboard
ld.lld: error: unable to find library -lnakama-cpp
When compiling to linux, we get the following error: ld.lld: error: unable to find library -lnakama-cpp
You need to make sure the libnakama-cpp.so is included in your project folder:
My_Project/Plugins/Nakama/Source/Nakama/Private/shared-libs/linux/x64/libnakama-cpp.so
Since originally we were building on Windows, we had that missing dependency there.
You can download the shared lib package here: https://github.com/heroiclabs/nakama-cpp/releases