Home

Awesome

amphetype2 Build Status

A cross-platform program to help you practice typing. based on amphetype.

<a href="https://cloud.githubusercontent.com/assets/678207/19257423/86538294-8f3d-11e6-9e2e-e63e645a9168.PNG"> <img src="https://cloud.githubusercontent.com/assets/678207/19257423/86538294-8f3d-11e6-9e2e-e63e645a9168.PNG" width="420"></a> <a href="https://cloud.githubusercontent.com/assets/678207/19257568/7fe3f942-8f3e-11e6-8690-2ff04d313f4b.PNG"> <img src="https://cloud.githubusercontent.com/assets/678207/19257568/7fe3f942-8f3e-11e6-8690-2ff04d313f4b.PNG" width="420"></a>

Building

Dependencies:

Windows (Visual Studio 2015)

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"

Linux / OSX

git clone https://github.com/coryo/amphetype2.git
cd amphetype2
cmake . -DQTROOT=$QTDIR
make