Jump to content
  • 0

[Three] Scripting library not found or not accessible.


MrFreak

Question

9 answers to this question

Recommended Posts

well, to get scripts built with core in linux you can use thee ways (you need to have scripts downloaded in src/bindings folder - git clone [email protected]:mangosthree/scripts.git scripts):

1) go to src/bindings, edit CMakeLists.txt, change "#scripts" to "scripts" and create build files with cmake.

2) apply patch in src/binginds/scripts/patches (git am patch_path) and make build files with cmake

3) just make cmake build files with -DINCLUDE_BINDINGS_DIR=scripts flag (cmake server_source_path -DINCLUDE_BINDINGS_DIR=scripts)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use