A Linux-native graphical uploader for iBroadcast
- gcc
- make
- gtk+3.0 development files >= 3.10
- libcurl
- openssl
- libssl-dev
- libjansson (also available in ./jansson-2.7)
The easist way to install for Debian is using the DEB package available in releases.
You can build the package manually as well:
sudo apt install build-essential libgtk-3-dev libcurl4-openssl-dev libjansson-devsudo dnf groupinstall "C Development Tools and Libraries"
sudo dnf install jansson-devel libcurl-devel gtk3-develJust execute:
makeNow you can run MediaSync Lite from the directory where it was built:
./mediasyncliteYou can optionally install MediaSync Lite so it's available system-wide:
sudo make installThe application will be installed in /usr/local/bin directory.
Nix users on the unstable branch can install by adding pkgs.mediasynclite to their system packages or in an ephemeral shell by
nix-shell -p mediasyncliteAlternatively, you can clone this directory and run nix-build to build the derivation.
After uploading files, the app must be restarted to prevent those files from being uploaded again as duplicates.