Skip to content

Linux Packaging

Pai Lee Wai edited this page Sep 1, 2018 · 1 revision

Linux Packaging Guide

Build Libaria2

Build libaria2 from source aria2.

Copy ADM Dependencies

  • Locate libaria2 and run ldd to show the dependencies.

    ldd libaria2.so

  • Create lib folder in ADM folder.

  • Copy the dependencies into lib folder.

  • Run yarn dist to start packaging.

  • Executable and appimage are located in dist folder.

Clone this wiki locally