diff --git a/README.md b/README.md index ff17fde..71634ca 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +`./compile_PoolsideGUI.sh` \ No newline at end of file