Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

adenvt/recta-host

Repository files navigation

Recta Host

Direct printing from Browser

Build Status Build status GitHub version

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-tools on 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