forked from iamsergio/flow-pomodoro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (19 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--------------------------------------------------------------------------------
SUPPORTED PLATFORMS
Tested: Linux, Windows 7, 8, 10, OSX, Android {4.4, 5.0}, iOS
--------------------------------------------------------------------------------
PREBUILT PACKAGES
Windows, OSX : https://github.com/iamsergio/flow-pomodoro/releases
Android : https://play.google.com/store/apps/details?id=com.kdab.flow_pomodoro
Archlinux : https://aur.archlinux.org/packages/flow-pomodoro/
Gentoo : https://github.com/gentoo/gentoo/tree/master/x11-misc/flow-pomodoro
--------------------------------------------------------------------------------
DEPENDENCIES
Qt >= 5.5.0 (QtDeclarative and QtQuickControls)
--------------------------------------------------------------------------------
BUILD
qmake && make
--------------------------------------------------------------------------------
INSTALL
make INSTALL_ROOT=/usr/local/ install
--------------------------------------------------------------------------------