Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SverrirValgeirsson committed Mar 27, 2021
2 parents 36c165b + 40bed1e commit 3ca673e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,17 @@ git submodule update
qmake Todour.pro
make
```


## Dependencies
On Ubuntu 20.04 the following has been reported to be needed (see https://github.com/SverrirValgeirsson/Todour/issues/28)
```
sudo apt install qtchooser
sudo apt install qt5-default
sudo apt install qtbase5-private-dev
sudo apt install cmake
sudo apt install libxcb-keysyms1-dev
sudo apt install clang
```

## Dependency to nerdur.com
Please note that there is a small part of the code that checks on nerdur.com if there is an update available. This should not be an issue,
but if you are making your own copy you may want to disable this.
Expand Down

0 comments on commit 3ca673e

Please sign in to comment.