10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
This folder contains code to create a custom .dll.so file that can be loaded in wine to be able to access native Linux api directly
|
|
|
|
To build the Wine dll.so file, just run Build.sh from wsl or linux machine
|
|
|
|
Note, you might need to run these first
|
|
|
|
sudo apt update
|
|
sudo apt install --yes mingw-w64
|
|
sudo apt install wine64-tools
|