README update

This commit is contained in:
Éder F. Zulian
2016-04-04 17:47:33 +02:00
parent c6b61d39e9
commit 8e73c2c647

View File

@@ -199,6 +199,17 @@ $ cd analyzer
$ ./traceAnalyzer
```
Note for GNU/Linux users:
If your keyboard shortcuts (e.g., Ctrl+O, Ctrl+T) from the traceAnalyzer menu
appear as "ghost" and pressing any of the key combinations has no effect then
you may need to set an extra environment variable:
``` bash
$ export QT_QPA_PLATFORMTHEME=qgnomeplatform
$ ./traceAnalyzer
```
### Building on OSX
- Install SystemC in /opt (as usual with ./configure --prefix=/opt/systemc; make; make install;).