37
37
38
38
### Build on Linux
39
39
40
- #### Ubuntu
40
+ #### Ubuntu (outdated)
41
41
42
42
```
43
43
cd src/
@@ -47,7 +47,7 @@ cd /opt/redis-desktop-manager/
47
47
sudo mv qt.conf qt.backup
48
48
```
49
49
50
- #### Fedora & CentOS & OpenSUSE
50
+ #### Fedora & CentOS & OpenSUSE (outdated)
51
51
52
52
```
53
53
cd src/
@@ -65,11 +65,12 @@ sudo mv qt.conf qt.backup
65
65
1. Install [XCode](https://developer.apple.com/xcode/) with Xcode build tools
66
66
2. Install [Homebrew](http://brew.sh/)
67
67
3. 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
73
74
74
75
### Build on Windows
75
76
@@ -84,6 +85,8 @@ sudo mv qt.conf qt.backup
84
85
85
86
5. Install Python 3.7 amd64 to `C:\Python37-x64`
86
87
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`
88
89
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