summaryrefslogtreecommitdiff
path: root/README.txt
blob: 425548131adddf2b8bccd98d739a5a8ec54eb6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
:source-highlighter: pygments

== Simple Build and Test
[source,sh]
----
$ (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]
----

== Keybinds
*Left/Right Arrow* - Next/Previous +
*Space* - Pause/Resume +
*Middle Click or Control + Left Click* - Seek to percentage of screen width (temp) +

// vim: set syntax=asciidoc: