FokshaWasTaken / rust-nitro-sniper

Fast and powerful Discord Nitro sniper written in Rust.
30 stars 4 forks source link

Compile #17

Closed JohnMacee closed 3 years ago

JohnMacee commented 3 years ago

Hello not an issue, just wanted to ask how you compile it into a linux and windows file from the source code? I'm using a windows pc.

melnary commented 3 years ago

To compile to Linux from Windows you'd need to install the C Linux libraries first. I really wouldn't recommend you to do that. Instead, use cross. It uses Docker to create the proper build environment of the respective platform as a container by itself. I actually already use cross to compile RNS through TravisCI. As for compiling for Windows, that should work out of the box! ^^