Skip to content

coryo/amphetype2

Repository files navigation

amphetype2 Build Status

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

Building

Dependencies:

  • Qt>=5.6
  • CMake>=3.2.2

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