From 1b221421be5f8919df86600f574b98818a5c5b7f Mon Sep 17 00:00:00 2001 From: Sakuya Date: Sat, 14 Feb 2015 17:24:25 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a76472055..7397df57a 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,11 @@ You will need the following packages, usually all of them are in distro's reposi * if you are using Ubuntu: libappindicator-dev ####Build process: -1. go to `/Software` -2. run ```qmake -r && make``` -3. Add a rule for **UDEV**. See comments from `/Software/dist_linux/deb/etc/udev/rules.d/93-lightpack.rules` for how to do it. -4. Make sure `/Software/qtserialport/libQt5SerialPort.so.5` is available for loading by *Prismatik* (place it in appropriate dir or use *LD_LIBRARY_PATH* variable) +1. go to `cd ~` +2. Download `wget https://github.com/woodenshark/Lightpack/releases/download/5.11.1/prismatik_5.11.1_i386.deb` +3. Run `sudo apt-get update && sudo apt-get install libqt5serialport5 -y && dpkg -i prismatik_5.11.1_i386.deb -y` +4. ????? +5. PROFIT ---