A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita
audio
rust
zig
deno
mpris
rockbox
mpd
1This is the README accompanying the source code to Simon Tatham's
2puzzle collection. The collection's web site is at
3<https://www.chiark.greenend.org.uk/~sgtatham/puzzles/>.
4
5The puzzle collection is built using CMake <https://cmake.org/>. To
6compile in the simplest way (on any of Linux, Windows or Mac), run
7these commands in the source directory:
8
9 cmake .
10 cmake --build .
11
12The manual is provided in Windows Help format for the Windows build;
13in text format for anyone who needs it; and in HTML for the Mac OS X
14application and for the web site. It is generated from a Halibut
15source file (puzzles.but), which is the preferred form for
16modification. To generate the manual in other formats, rebuild it,
17or learn about Halibut, visit the Halibut website at
18<https://www.chiark.greenend.org.uk/~sgtatham/halibut/>.