Skip to content

Commit

Permalink
Update instructions for 18.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
Curt Meyers committed May 5, 2019
1 parent 1a17979 commit 56d2696
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ bench.

## Dependencies

You will need a linux machine, I built this on Ubuntu 16.04.
You will need a linux machine, I built this on Ubuntu 18.04.

You will need the follow packages installed to build the source code:
* qtcreator

```
sudo apt install qt5-default qt5-qmake
```

## Building the project

Expand All @@ -37,10 +40,13 @@ make

## Run

The executable should be in the build directory. You need to run this as root or
change the permissions but running it as root is easy.
The executable should be in the build directory. You need to run this as root
because of the ioperm calls. This works under X but under Wayland you need to
allow the application to connect to the display manager. Use `xhost` to modify
the permissions, the command below will allow anything to connect.

```
xhost +
sudo ./PinballDiag
```

Expand Down

0 comments on commit 56d2696

Please sign in to comment.