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

adenvt/recta-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d430a9c · Aug 26, 2017

History

81 Commits
Aug 23, 2017
Aug 21, 2017
Aug 3, 2017
Aug 26, 2017
Aug 3, 2017
Aug 26, 2017
Aug 9, 2017
Aug 26, 2017
Aug 26, 2017
Aug 26, 2017
Aug 26, 2017
Aug 26, 2017
Aug 12, 2017

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