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
# Xerox Phaser 6010N | |
Xerox Phaser 6010N on Ubuntu 64bit 16.04, 18.04 and 20.04 | |
```bash | |
sudo dpkg --add-architecture i386 | |
sudo apt-get update | |
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libcupsimage2:i386 | |
# Download the [.DEB driver](https://www.support.xerox.com/support/phaser-6010/downloads/enus.html?operatingSystem=linux&fileLanguage=en) that Xerox supplies. |
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
This patch implements numerous changes to make the Qt 5.10.1 build work for the new ARM64 target in | |
Visual Studio 2017. This change also includes a couple of new batch scripts, in case you want to build | |
on the target machine itself (very slow) or build on an x86/x86_64 host (much faster). | |
You can build with something like this: | |
> configure_src_on_x86_host.bat | |
> jom -f Makefile Debug Release | |
diff --git a/configure_src_on_target.bat b/configure_src_on_target.bat | |
new file mode 100644 |