Skip to content

Commit

Permalink
Version bumped to 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Apr 20, 2017
1 parent caa5510 commit dd3e7d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Usage:

2. Clone and compile it with `make`.

3. Run `./flipclock -h` to see usage. Press `q` or `Esc` to quit.
3. Run `./flipclock -h` to see usage. Press `q` or `Esc` to quit. Press `t` to toggle 12h/24h type.

- Windows:

1. Download Windows project files and static libs from [here](https://github.com/AlynxZhou/flipclock/archive/win32.zip) and get the master code. And take the extracted `Windows` folder into where you extracted master code.

2. Use Visual Studio or Visual C++ to open project file in `Windows` folder. I create them with Visual Studio 2017. Compile it with `Release` `x86`.

3. Find `flipclock-win32.exe` in `Windows\Release`. Take it together with `flipclock.ttf`. Then run it. Press `q` or `Esc` to quit.
3. Find `flipclock-win32.exe` in `Windows\Release`. Take it
together with `flipclock.ttf`. Then run it. Press `q` or `Esc` to quit. Press `t` to toggle 12h/24h type.

**The original works of SDL2, SDL2_ttf, libfreetype was done by [SDL](https://www.libsdl.org/), [Freetype](https://www.freetype.org/), special thanks.**

0 comments on commit dd3e7d8

Please sign in to comment.