Skip to content

Commit 97c73cd

Browse files
authored
Update install.md
1 parent f802f06 commit 97c73cd

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

docs/install.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
3838
### Build on Linux
3939
40-
#### Ubuntu
40+
#### Ubuntu (outdated)
4141
4242
```
4343
cd src/
@@ -47,7 +47,7 @@ cd /opt/redis-desktop-manager/
4747
sudo mv qt.conf qt.backup
4848
```
4949
50-
#### Fedora & CentOS & OpenSUSE
50+
#### Fedora & CentOS & OpenSUSE (outdated)
5151
5252
```
5353
cd src/
@@ -65,11 +65,12 @@ sudo mv qt.conf qt.backup
6565
1. Install [XCode](https://developer.apple.com/xcode/) with Xcode build tools
6666
2. Install [Homebrew](http://brew.sh/)
6767
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
7374
7475
### Build on Windows
7576
@@ -84,6 +85,8 @@ sudo mv qt.conf qt.backup
8485
8586
5. 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

Comments
 (0)