1

I'm attempting to run the rust-sciter minimal example however the run command cargo run --example minimal is telling me the library -lsciter-gtk-64 cannot be found.

However when I check ldconfig -p | grep sciter it returns just fine libsciter-gtk-64.so (libc6, x86-64) => libsciter-gtk-64.so.

I've also ran ldd on the .so file itself and all sciter dependencies were found as well.

I'm not sure what I'm doing wrong.

Liam Martens
  • 731
  • 7
  • 22

1 Answers1

1

Visit https://sciter.com/download/ . Download Sciter SDK!! Unpack!

Linux: sciter/bin.gtk/libsciter-gtk-64.so
cp -a sciter/bin.gtk/libsciter-gtk-64.so /lib

I'm writing through an interpreter. Himself faced this.

With the rest of the files you will understand.

To compile enough library!