Skip to content

Instantly share code, notes, and snippets.

@manuc66
Created July 20, 2017 21:58
Show Gist options
  • Save manuc66/82222f50935161c0f3794fd0d618df0b to your computer and use it in GitHub Desktop.
Save manuc66/82222f50935161c0f3794fd0d618df0b to your computer and use it in GitHub Desktop.
dockcross redshift windows
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