blob: 27444a491f2413d252f884973195fd5fd5cb3dbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Build Instructions for AppImage
This folder contains a `Dockerfile` to create a AppImage for Kristall.
Requirements:
- docker
- docker-compose
Build process:
```sh
docker build --tag kristall-ci:1.0 .
docker-compose up
```
This will create two files in the output folder:
- `kristall`
The raw binary output
- `Kristall-nightly-x86_64.AppImage`
The *AppImage* build of Kristall, should run on any
Result was tested on:
- Gentoo / Kernel 5.4.48
- Arch Linux / Kernel 5.7.6
|