From b36f022defd8d4ec5a8c29578bb583bea05dfbb6 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 4 Feb 2025 21:34:30 -0500 Subject: Add MinGW build instructions to README Signed-off-by: Andrew Opalach --- README.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index a833268..d4563b9 100644 --- a/README.txt +++ b/README.txt @@ -5,13 +5,21 @@ === Simple Build and Test [source,sh] ---- -(optional) $ nix develop . +$ (optional) nix develop . $ meson setup build $ cd build && ninja $ ./src/fruits/cmv/cmv [path_to_file] ---- +==== MinGW +[source,sh] +---- +$ nix develop .#mingw64 +$ meson setup build-mingw64 --cross-file ./cross/x86_64-w64-mingw32.txt --default-library=static +$ cd build && ninja +$ wine ./src/fruits/cmv/cmv.exe [path_to_file] +---- -==== Binds +=== Binds *Left/Right Arrow* - Next/Previous + *Space* - Pause/Resume + *Control + Left Click* - Seek to percentage of screen width (temp) + -- cgit v1.2.3-101-g0448