Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladushked committed May 19, 2021
1 parent 3160adf commit 4316239
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,12 @@ Documentation is here: https://github.com/hidronautics/PoolsideGUI_docs
- HIDAPI lib (https://github.com/libusb/hidapi)
- SFML lib

## Install and run:
### Linux:
## Install and run:

`sudo apt install -y gcc g++ make git cmake cmake-gui qt5-qmake qt5-default libqt5serialport5-dev`
`./install_dependencies.sh`

`sudo apt install -y libudev-dev libusb-dev libfox-1.6-dev autotools-dev autoconf automake libtool libsfml*`
Install binary path $source_dir/install/bin/PoolsideGUI

`git clone https://github.com/libusb/hidapi.git`
**If you want to recompile project, run:**

`cd hidapi`

`./bootstrap`

`./configure`

`make`

`sudo make install`

`cd ../`

`cmake`

`make -j8`

`make install`

Install binary path $source_dir/install/bin/PoolsideGUI
`./compile_PoolsideGUI.sh`

0 comments on commit 4316239

Please sign in to comment.