coryo / amphetype2

Cross-platform typing practice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cross-platform typing practice.

License:GNU General Public License v3.0


Languages

Language:C++ 95.0%Language:CMake 4.4%Language:Batchfile 0.3%Language:Shell 0.3%