diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-13 18:29:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-13 18:29:21 -0500 |
commit | 06fd7e8e15a6ba10cc211bb6a24bc0c0d372ca76 (patch) | |
tree | b834d7cbc3ae15dcdee3a8e307d27ff9fb8fb063 /README.md | |
parent | 6bf28f116dbf5f288d1b766fff40273c8bf3f390 (diff) | |
download | hypervideo-gui-06fd7e8e15a6ba10cc211bb6a24bc0c0d372ca76.tar.lz hypervideo-gui-06fd7e8e15a6ba10cc211bb6a24bc0c0d372ca76.tar.xz hypervideo-gui-06fd7e8e15a6ba10cc211bb6a24bc0c0d372ca76.zip |
Add Makefile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -36,6 +36,16 @@ For default, download path settings are saved in file Just set up Python3 with libraries PyQt5. `cd` to the repository path, and then `python script.py`. +## GENERATE TARBALL + +Require `pandoc` for generate README.txt + + # pacman -S pandoc + +Run this to generate tarball: + + $ make dist + ### Troubleshooting Make sure you have the latest version of hypervideo! Use `pacman -Sy hypervideo`in the command line. For downloading audio only, you may need to install ffmpeg to handle the mp4 -> mp3 conversion |