summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md26
1 files changed, 23 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1c0783a..6859a8f 100755
--- a/README.md
+++ b/README.md
@@ -13,15 +13,35 @@ Main features include:
- plugin support
# Dependency
-- libogg and libopus if audio support is enabled
+- make
+- gcc
+- qt5-default
+- qtmultimedia5-dev
+- libogg-dev
+- libopus-dev
+- libgl1-mesa-dev
+
+For example on Debian based distros:
+
+```bash
+sudo apt install make gcc qt5-default qtmultimedia5-dev libogg-dev libopus-dev libgl1-mesa-dev
+```
# Building
Building an all-in-one version is as easy as compiling the main Qt project:
- find ./ -name '*.ts' -exec lrelease {} \;
- qmake ultracopier.pro
+```bash
+find ./ -name '*.ts' -exec lrelease {} \;
+qmake ultracopier.pro
+make -j$(nproc)
+```
+
+# Run
+```bash
+./ultracopier
+```
# Translations