Skip to content

Commit

Permalink
bump thtk version, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Aug 10, 2018
1 parent c07d8e7 commit e67e342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ No need for config. Drag the TouHou game program into `thplayer` main window, or
The Touhou game versions we support are:

th07, th08, th09, th10, th11, th12, th13, th14, th15, th16
th095, th125, th128, th143
th095, th125, th128, th143, th165

This is all made possible by the [thpatch/thtk](https://github.com/thpatch/thtk/) project. Thanks!

Expand All @@ -36,6 +36,8 @@ mkdir ./thplayer/build && cd $_
qmake ../thplayer.pro && make && make clean
```

(Tip: If you forget to use `--recurse-submodules` when you clone this repo, you need do `git submodule update --init --recursive` then)

After that, you'll get the runnable binary inside the build folder. Enjoy!

### Build manually
Expand Down

0 comments on commit e67e342

Please sign in to comment.