mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-21 11:58:50 +00:00
Update Common-errors.md
This commit is contained in:
parent
784fe17652
commit
ae06d7c30e
@ -1,7 +1,9 @@
|
|||||||
# Common errors
|
# Common errors
|
||||||
|
|
||||||
|
## Linux / OsX
|
||||||
Please make sure you have the appropriate QT version: [https://www.qt.io/qt5-6/](https://www.qt.io/qt5-6/)
|
Please make sure you have the appropriate QT version: [https://www.qt.io/qt5-6/](https://www.qt.io/qt5-6/)
|
||||||
|
|
||||||
|
### Compilation error
|
||||||
> r_core development package not found
|
> r_core development package not found
|
||||||
|
|
||||||
If you installed radare2 and still encounter this error, could be your `PATH` environment variable is set improperly (doesn't contain `/usr/local/bin`). That can be, for example, due to `Qt Creator.app` being copied over to `/Applications`.
|
If you installed radare2 and still encounter this error, could be your `PATH` environment variable is set improperly (doesn't contain `/usr/local/bin`). That can be, for example, due to `Qt Creator.app` being copied over to `/Applications`.
|
||||||
@ -13,6 +15,10 @@ to the `PATH` variable within the *Build Environment* section in Qt Creator. See
|
|||||||
|
|
||||||
![PATH variable settings](https://d0vine.github.io/images/iaito_settings.png)
|
![PATH variable settings](https://d0vine.github.io/images/iaito_settings.png)
|
||||||
|
|
||||||
|
### Keyboard layout issue
|
||||||
|
Some people report that they have keyboard issues. Usually it is because the Xorg layout is wrong. You can check it with:
|
||||||
|
```setxkbmap -query``` Most of the time using ```setxkbmap us``` solves the issue, but it might not be enough and require some more advanced Xorg configuration.
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
See [Compiling on Windows](https://github.com/hteso/iaito/wiki/Compiling-on-Windows).
|
See [Compiling on Windows](https://github.com/hteso/iaito/wiki/Compiling-on-Windows).
|
||||||
|
Loading…
Reference in New Issue
Block a user