Dependencies: SDL2
$ sudo apt-get install libsdl2-dev
$ make
$ brew install sdl2 pkg-config
$ make
- Enter the Visual Studio Command Line Development Environment https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line
- Basically just find
vcvarsall.bat
and runvcvarsall.bat x64
inside of cmd
- Basically just find
- Download SDL2 VC Development Libraries and copy it to
path\to\sowon
> cd path\to\sowon
> tar -xf SDL2-devel-2.0.12-VC.zip
> move SDL2-2.0.12 SDL2
> del SDL2-devel-2.0.12-VC.zip
> build_msvc
- Ascending mode:
./sowon
- Descending mode:
./sowon <seconds>
- Clock Mode:
./sowon clock
- Start in paused state:
./sowon -p <mode>
- Exit sowon after countdown finished:
./sowon -e
Key | Description |
---|---|
SPACE | Toggle pause |
= | Zoom in |
- | Zoom out |
0 | Zoom 100% |
F5 | Restart |
F11 | Fullscreen |