~hristoast/ares-appimage

Build an AppImage for the ares emulator

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~hristoast/ares-appimage
read/write
git@git.sr.ht:~hristoast/ares-appimage

You can also use your local clone with git send-email.

#ares-appimage

Build an AppImage for the ares emulator

#Requirements

  • docker
  • FUSE
  • GNU make (optional)

#Usage

To build:

git clone https://git.sr.ht/~hristoast/ares-appimage
cd ares-appimage
make # Read the Makefile to skip make and properly call docker directly

A file called ares-$version-x86_64.AppImage will be placed into an out directory in the root of this repo. At present, $version is hardcoded in the dockerfile.

To get a shell inside the container (useful for developing):

git clone https://git.sr.ht/~hristoast/ares-appimage
cd ares-appimage
make sh # Read the Makefile to skip make and properly call docker directly