Skip to content

Files

Latest commit

1533625 · Dec 4, 2015

History

History
40 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.32 KB

RepRaptor logo

RepRaptor Build Status

A Qt RepRap gcode sender/host controller aimed to be fast and minimalistic.

Right now the project is in early stage. This means some features are still absent, but it is already usable.

Screenshots

Screenshot

Install via PPA

Since 0.3 release PPA is available for Ubuntu 14.04 and Linux Mint 17 (and later).

sudo add-apt-repository ppa:soniczerops/repraptor-dev
sudo apt-get update
sudo apt-get install repraptor

Building on Ubuntu 14.04

sudo apt-get install qt5-default libqt5serialport libqt5serialport5-dev git build-essential libudev-dev

git clone https://github.com/NeoTheFox/RepRaptor && cd RepRaptor

qmake RepRaptor.pro

make

And if you want to install system-wide

sudo make install

Links

Support via Gratipay