From ed1031ba82d0909281d35c325382d00d8cf491f9 Mon Sep 17 00:00:00 2001 From: TakahashiNaoki Date: Sat, 8 Dec 2018 22:57:36 +0900 Subject: [PATCH] Add required package for build. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f7eeeda..59ea3cc 100644 --- a/README.md +++ b/README.md @@ -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.