yki-t / rust-debian2windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-debian2windows

What is this?

Cross-compile exapmple from linux to windows

Usage

Get Started

install required packages, toolchains, targets.

./init.sh

Compile

cargo build

Execute

Prepare

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine32

Execute

wine ./target/i686-pc-windows-gnu/debug/mt4_dll.exe

LICENSE

MIT

About


Languages

Language:Shell 92.7%Language:Rust 7.3%