aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-21 14:54:25 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-21 14:54:25 +0100
commit5715b6b916a5049b2f5542c022a41f895b9572a4 (patch)
tree2fbfdafe8aae602d141de3406124d36e4b22c916 /README.md
parent21da0f6723f3887d200917b4720dd22261e4420a (diff)
downloadqtmips-5715b6b916a5049b2f5542c022a41f895b9572a4.tar.gz
qtmips-5715b6b916a5049b2f5542c022a41f895b9572a4.tar.bz2
qtmips-5715b6b916a5049b2f5542c022a41f895b9572a4.zip
Update dependencies
Yep it now works only with Qt5, no deep idea why but I probably used somewhere something that is not compatible.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e2c5aa..e9c3fe9 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ MIPS CPU simulator for education purposes.
Dependencies
------------
-* Qt 5 (qtmips\_gui can be compiled with Qt4 but not qtmips\_cli)
+* Qt 5
* elfutils (libelf works too but you might have problems with it)
Compilation