Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleinesfilmroellchen/serenity-demo
Automatically set up SerenityOS for use in public demos.
https://github.com/kleinesfilmroellchen/serenity-demo
Last synced: 25 days ago
JSON representation
Automatically set up SerenityOS for use in public demos.
- Host: GitHub
- URL: https://github.com/kleinesfilmroellchen/serenity-demo
- Owner: kleinesfilmroellchen
- License: bsd-2-clause
- Created: 2023-12-20T15:19:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-22T11:06:05.000Z (11 months ago)
- Last Synced: 2024-05-01T16:17:59.425Z (6 months ago)
- Language: Shell
- Size: 10.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serenity demo setup
This repository contains a collection of scripts and resources for quickly setting up a SerenityOS demo. It depends on an existing Serenity repo.
The scripts are invoked via [`just`](https://just.systems/). Use `just --list` to check available commands.
The scripts are intended for use on Linux. They may work on other Unix-like systems, but most definitely not on Windows without WSL.
## Configuration
Set the following environment variables before calling the scripts:
- `SERENITY_SOURCE_DIR`: Serenity source directory.
- `SERENITY_ARCH`: Architecture and toolchain to use.## Caveats
- The Half-Life port requires copying the game assets into the SerenityOS installation; this is not done automatically. The port installer prints precise information about this as well. If you don’t have the game assets, the port will simply not work correctly.
## Implementation Details
The demo setup consists of:
- ensuring that a Serenity build exists for the required architecture
- installing ports for the architecture
- copying the patched sync-local.shAll the setup of files, links etc. happens in the normal sync-local.sh during image build time.
## Known package requirements
(Please extend this list for your distro!)
- Arch Linux: `gperf qt6 perl-rename imagemagick` (as of writing, Python 3.12 is not available through official repositories, use the AUR or Toolchain/BuildPython.sh)