3737
3838### Build on Linux
3939
40- #### Ubuntu
40+ #### Ubuntu (outdated)
4141
4242```
4343cd src/
@@ -47,7 +47,7 @@ cd /opt/redis-desktop-manager/
4747sudo mv qt.conf qt.backup
4848```
4949
50- #### Fedora & CentOS & OpenSUSE
50+ #### Fedora & CentOS & OpenSUSE (outdated)
5151
5252```
5353cd src/
@@ -65,11 +65,12 @@ sudo mv qt.conf qt.backup
65651. Install [XCode](https://developer.apple.com/xcode/) with Xcode build tools
66662. Install [Homebrew](http://brew.sh/)
67673. Copy `cd ./src && cp ./resources/Info.plist.sample ./resources/Info.plist`
68- 4. Building RDM dependencies require i.a. openssl and cmake. Install them: `brew install openssl cmake`
69- 5. Build RDM dependencies `./configure`
70- 6. Install [Qt 5.9](http://www.qt.io/download-open-source/#section-2). Add Qt Creator and under Qt 5.9.x add Qt Charts module.
71- 7. Open ./src/rdm.pro in Qt Creator
72- 8. Run build
68+ 4. Building RDM dependencies require i.a. `openssl`, `cmake` and `python3`. Install them: `brew install openssl cmake python3`
69+ 5. Install python requirements `pip3 install -r py/requirements.txt`
70+ 6. Build RDM dependencies `./configure`
71+ 7. Install [Qt 5.9](http://www.qt.io/download-open-source/#section-2). Add Qt Creator and under Qt 5.9.x add Qt Charts module.
72+ 8. Open ./src/rdm.pro in Qt Creator
73+ 9. Run build
7374
7475### Build on Windows
7576
@@ -84,6 +85,8 @@ sudo mv qt.conf qt.backup
8485
85865. Install Python 3.7 amd64 to `C:\Python37-x64`
8687
87- 6. Open `./src/rdm.pro` in **Qt Creator**. Chooses `Desktop Qt 5.9.x MSVC2017 64bit > Release` profile.
88+ 6. Install python requirements `pip3 install -r src/py/requirements.txt`
8889
89- 7. Run build. ( Just hit `Ctrl-B` )
90+ 7. Open `./src/rdm.pro` in **Qt Creator**. Chooses `Desktop Qt 5.9.x MSVC2017 64bit > Release` profile.
91+
92+ 8. Run build. ( Just hit `Ctrl-B` )
0 commit comments