diff options
author | Akshay Chipkar | 2019-08-20 16:46:01 +0530 |
---|---|---|
committer | GitHub | 2019-08-20 16:46:01 +0530 |
commit | 4e087044fd0a6ec72d50fe32376e662c16144530 (patch) | |
tree | f63cc79341c0b2a2b713ea08775642b0f6a0b4d0 | |
parent | faa0815cf55a08cd974f01134821d4dcfd019e62 (diff) | |
download | LDmicroQt-4e087044fd0a6ec72d50fe32376e662c16144530.tar.gz LDmicroQt-4e087044fd0a6ec72d50fe32376e662c16144530.tar.bz2 LDmicroQt-4e087044fd0a6ec72d50fe32376e662c16144530.zip |
Update README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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>` |