Skip to content

Commit

Permalink
Merge pull request #9 from NaokiTakahashi12/patch-1
Browse files Browse the repository at this point in the history
Add required package for build.
  • Loading branch information
SatoshiShimada authored Dec 9, 2018
2 parents ecd76c8 + ed1031b commit 32fc133
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ apt install qt5-default
./qt_make.sh
```

### Linux (Ubuntu 18.04)

1. Install libraries.

```
apt install qt5-default qtmultimedia5-dev
```

2. Build application.

```
./qt_make.sh
```

### Mac OS

1. Install libraries.
Expand Down

0 comments on commit 32fc133

Please sign in to comment.