recta-host
recta-host copied to clipboard
Direct printing from Browser
Recta Host
Direct printing from Browser
Installation
A) Installer
| Platform | 32-bit | 64-bit |
|---|---|---|
| Windows (.exe) | exe - zip | exe - zip |
| Debian / Ubuntu (.deb) | deb - zip | deb - zip |
| Redhat / Centos (.rpm) | rpm - zip | rpm - zip |
Windows
Use Zadig to install the WinUSB driver for your USB device. Otherwise you will get LIBUSB_ERROR_NOT_SUPPORTED when attempting to open devices.
B) Compile from Source
1. Install Build Tools
On Windows
-
Fast Ways: Microsoft's windows-build-tools, run
npm install --global --production windows-build-toolson PowerShell or CMD.exe (run as Administrator) -
Manual: see here
On Linux
- Python v2.7
- Build essential: on Debian / Ubuntu,
sudo apt install build-essential - Libudev: on Debian / Ubuntu,
sudo apt install libudev-dev
2. Install Electron Forge
npm install -g electron-forge
3. Install Dependencies
npm install
4. Compiling
npm run make
You can find your installer on folder out/make
License
This project is licensed under the MIT License - see the LICENSE.md file for details