diff --git a/README.md b/README.md index bfbdaeb..d599016 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,10 @@ Use `macdeployqt` to copy in the necessary Frameworks and other files. ``` ### Linux -1. Make sure you have Qt5 >= 5.10.0 and cmake installed. If not, use your package manager to install them, e.g. `yum install cmake` or `pacman -S cmake`. You can also install Qt5 from the [offical website](http://download.qt.io/official_releases/qt/) if the correct version is not available in your package manager. + +_Note that the `master` branch does not currently build on Linux due to #144 (#125), build the `v2.6` tag until that's fixed._ + +1. Make sure you have Qt5 >= 5.10.0, the required packages, and cmake installed. If not, use your package manager to install them, e.g. `yum install cmake qt5-devel qt5-qtbase-devel qt5-qtremoteobjects-devel libXinerama-devel libXtst-devel` or `pacman -S cmake` or `apt install cmake libqt5remoteobjects5-dev libxinerama-dev libxrandr-dev libxcursor-dev libxi-dev libx11-dev`. You can also install Qt5 from the [offical website](http://download.qt.io/official_releases/qt/) if the correct version is not available in your package manager. 2. Clone the Huestacean project and make sure all submodules are up to date. ``` git clone --recursive git://github.com/BradyBrenot/huestacean.git @@ -177,4 +180,4 @@ The source code for this application is licensed under the Apache License Versio This software makes use of open source software under various licenses, which may be found in the **thirdparty/licenses** directory. -Further details can be found at the bottom of the [LICENSE](LICENSE) file, under the text of the Apache License Version 2.0. \ No newline at end of file +Further details can be found at the bottom of the [LICENSE](LICENSE) file, under the text of the Apache License Version 2.0.