A cross-platform program to help you practice typing. based on amphetype.
- Qt>=5.6
- CMake>=3.2.2
With C:\Qt\5.7\msvc2015\bin
and C:\Program Files\CMake\bin
added to Path
:
git clone https://github.com/coryo/amphetype2.git
cd amphetype2
md build & cd build
cmake .. -DQTROOT=C:\Qt\5.7\msvc2015 -G "Visual Studio 14 2015"
git clone https://github.com/coryo/amphetype2.git
cd amphetype2
cmake . -DQTROOT=$QTDIR
make