summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Chipkar2019-08-20 16:46:01 +0530
committerGitHub2019-08-20 16:46:01 +0530
commit4e087044fd0a6ec72d50fe32376e662c16144530 (patch)
treef63cc79341c0b2a2b713ea08775642b0f6a0b4d0
parentfaa0815cf55a08cd974f01134821d4dcfd019e62 (diff)
downloadLDmicroQt-4e087044fd0a6ec72d50fe32376e662c16144530.tar.gz
LDmicroQt-4e087044fd0a6ec72d50fe32376e662c16144530.tar.bz2
LDmicroQt-4e087044fd0a6ec72d50fe32376e662c16144530.zip
Update README.md
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9f9aef..56dfd7f 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ _Note_: Be sure to run `sudo apt-get update` and `sudo apt-get upgrade` before r
* Qt5: should be > 5.9
```
sudo apt-get install qt5-default
- sudo apt-get install qt511-meta-full
+ sudo apt-get install qt511-meta-full <optional>
```
* MinGW:
```
@@ -53,6 +53,11 @@ _Note_: Be sure to run `sudo apt-get update` and `sudo apt-get upgrade` before r
sudo apt-get install g++-5
sudo apt-get install gcc-5
```
+* Qt: 5.11
+ ```
+ sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-xenial
+ ```
+
## Running and testing LDMicro for Linux
### To run program in shell mode use the below command
`./LDmicro /c <.ld file to compile> <.hex destination file>`