Closed AbdulRhmanAlfaifi closed 3 years ago
So far I have not been able to automate the build processes of libtsk. Its much harder than making the actual bindings. So far, I have had to compile the library separately, then just hard code the path as seen here: https://github.com/forensicmatt/libtsk-rs/blob/b4ae4c622c45eba7dcb068f5850888f99969477f/build.rs#L10
I hope to get this portion automated but I don't know how successful I will be. I have compiled libtsk using VS 2019 but can only get it to compile AND link in Release_NoLibs otherwise I also run into the same issues as you. I think libtsk build files might not be working correctly. I have not used any other build methods. I tried also downloading the precompiled binaries from libtsk, but I could not get the bindings to find the functions in the precompiled .lib. PRs welcome!
It worked ! Thanks ๐
Great! Congrats, you're the first person to use use it!
Hello โ I am interested in working with libtsk in Rust. This is looking nice ๐ and I want to try it. I tried to run it but I am facing issues, if there is any building instruction I would appreciate it. Here is what I have done so far:
llvm
along withllvm-config
C++ build tools
When I runcargo run
it will fail with the following error:I download the compiled version from
sluthkit
repo with the same version as the one you added as submodule and added it to the same directory and now it gave me another error:Thanks ๐