diff options
| author | 2025-02-04 21:34:30 -0500 | |
|---|---|---|
| committer | 2025-02-04 21:35:57 -0500 | |
| commit | b36f022defd8d4ec5a8c29578bb583bea05dfbb6 (patch) | |
| tree | 9e2e7dc4b43c0566fa6c031e18c03c947d6784b8 | |
| parent | 0060d4f3df9b264e4a4adb77da67336709b41b6b (diff) | |
| download | camu-b36f022defd8d4ec5a8c29578bb583bea05dfbb6.tar.gz camu-b36f022defd8d4ec5a8c29578bb583bea05dfbb6.tar.bz2 camu-b36f022defd8d4ec5a8c29578bb583bea05dfbb6.zip | |
Add MinGW build instructions to README
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -rw-r--r-- | README.txt | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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) + |