nakama-unreal icon indicating copy to clipboard operation
nakama-unreal copied to clipboard

ld.lld: error: unable to find library -lnakama-cpp

Open brendenfrank opened this issue 3 years ago • 1 comments

When compiling to linux, we get the following error: ld.lld: error: unable to find library -lnakama-cpp

brendenfrank avatar Nov 08 '21 00:11 brendenfrank

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

hux avatar Jan 14 '22 04:01 hux