sagiadinos / garlic-player

Digital Signage Player based on SMIL
https://garlic-player.com
GNU Affero General Public License v3.0
88 stars 17 forks source link

Compile instructions for Ubuntu and MacOS #23

Closed jf133 closed 2 years ago

jf133 commented 2 years ago

Hi -- would it be possible to update and/or create the build instructions (when starting from scratch) for Ubuntu and MacOS?

Thanks J

sagiadinos commented 2 years ago

You will find build instructions for Ubuntu 18.04 and Debian 10 in the wiki It also works on Raspberry Pi OS 64Bit.

General compile iorder aere are:

  1. Build QtAV /(instructions)
  2. Build zip from ./ext-dir
  3. Build quazip from ./ext-dir
  4. Build garlic-lib
  5. Build widget-player (windows, macos, linux) or c2qml for Android and iOS. Should also work on webOS, but not tested.

I recommend QtAV instead of vlc-lib for Windows and macOS.

jf133 commented 2 years ago

Thank you