Download the Source Code
Download on Linux
Currently, only Linux is officially supported. Windows support may be added in the future.
-
Download the source code
First start by downloading the source code by clicking the button above. It has been tested on Linux. You're free to edit the code to work on any other platform you use.
Or you can run:
gitclone https://github.com/seja-arctic-fox/vidcom -
After downloading (and extracting)
Go into the root directory of the project and run this command:
mesonsetup buildAfter that, go in the newly created directory "build" and run this command to compile:
mesoncompileIf you want to compile and install in your system at the same time, you can run:
mesoninstall