Skip to content

Installation

guillaume charbonnier edited this page Apr 13, 2020 · 3 revisions

Installation from standalone package

  • Windows
    (installation details)
  • GNU Linux
    (installation details)
    • From the release page, download the AppImage container.
    • Set the executable flag : 'chmod u+x swag*.AppImage'
    • Launch
  • macOS
    (installation details)
    • From the release page, download the DMG container.
    • Open the container and move the Swap.app into your applications folder
    • Authorize execution of swag from the security panel of the sytem settings

Installation from source

It is strongly advised to use the latest stable Qt version (Qt5.14.1 at the time of the project start).

  1. git clone the project and get its submodules
git clone https://github.com/a-team-fr/swag.git
git submodule update --init
  1. Open the project with QtCreator

  2. Build & run

Clone this wiki locally