mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
36a2826cd2
This updates `run.py` so that it will configure the `qemu-vdagent` (QEMU's built-in spice agent for clipboard support) when it's available. Setting `SERENITY_SPICE=1` is only needed to use `spicevmc`, which implements more features (such as file transfers), but requires more setup to get working (see Documentation/SpiceIntegration.md). This matches the behaviour of the old `run.sh` script, the logic was changed (perhaps unintentionally) in the `run.py` rewrite. Note: For copy/paste to work you may need to rebuild QEMU with `--enable-gtk-clipboard` (which is added to `Toolchain/BuildQemu.sh` for Linux as part of this patch). |
||
---|---|---|
.. | ||
CMake | ||
Patches | ||
Stubs | ||
.dockerignore | ||
.gitignore | ||
BuildClang.sh | ||
BuildCMake.sh | ||
BuildFuseExt2.sh | ||
BuildGDB.sh | ||
BuildGN.sh | ||
BuildGNU.sh | ||
BuildJakt.sh | ||
BuildMold.sh | ||
BuildPython.sh | ||
BuildQemu.sh | ||
BuildRuby.sh | ||
default.nix | ||
Dockerfile | ||
README.md |
Serenity Toolchain
This directory contains all toolchain related files. E.g. build scripts for the cross compilation toolchain and build toolchain for ports.
This document previously contained outdated build instructions. Click here for the latest build instructions.