adenvt / recta-host

Direct printing from Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Direct printing from Browser

License:MIT License


Languages

Language:JavaScript 67.4%Language:Vue 30.2%Language:HTML 2.1%Language:CSS 0.3%