Menu

Tree [d430a9] master 1.0.0 /
 History

HTTPS access


File Date Author Commit
 src 2017-08-23 adenvt adenvt [f2c6f5] improve ui
 test 2017-08-21 adenvt adenvt [e4f91f] add debug and dev param
 .compilerc 2017-08-03 adenvt adenvt [99f87e] Initial core
 .eslintrc 2017-08-26 adenvt adenvt [ab6d41] extract forge config to standalone file
 .gitignore 2017-08-03 adenvt adenvt [99f87e] Initial core
 .travis.yml 2017-08-26 adenvt adenvt [746a72] add deploy script ci
 LICENSE.md 2017-08-09 adenvt adenvt [102ce5] change license to MIT
 README.md 2017-08-26 adenvt adenvt [8fcd4b] [skip ci] fix link for setup exe
 appveyor.yml 2017-08-26 adenvt adenvt [6efa33] [skip ci] fix version typo
 forge.config.js 2017-08-26 adenvt adenvt [62de5b] fix duplicate version in nunpkg output name
 npm-shrinkwrap.json 2017-08-26 adenvt adenvt [6efa33] [skip ci] fix version typo
 package.json 2017-08-26 adenvt adenvt [eaa30e] release 1.0.0
 yarn.lock 2017-08-12 adenvt adenvt [1bb4ec] add squirell startup

Read Me

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