Created
July 20, 2017 21:58
-
-
Save manuc66/82222f50935161c0f3794fd0d618df0b to your computer and use it in GitHub Desktop.
dockcross redshift windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm dockcross/windows-x64 > ./dockcross-windows-x64 | |
chmod +x dockcross-windows-x64 | |
./dockcross-windows-x64 bash -c "./configure --disable-drm --disable-randr --disable-vidmode --enable-wingdi --disable-geoclue --disable-gui --disable-ubuntu --host=x86_64" | |
./dockcross-windows-x64 bash -c "make" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment