mirror of
https://github.com/TomHarte/CLK.git
synced 2026-01-09 15:17:37 +00:00
Add Qt to opening.
This commit is contained in:
9
BUILD.md
9
BUILD.md
@@ -1,9 +1,10 @@
|
||||

|
||||
# Building Clock Signal
|
||||
|
||||
Clock Signal is available as [a macOS native application using
|
||||
Metal](#macos-app) or as [a cross-platform command-line-driven SDL executable
|
||||
using OpenGL](#sdl-app).
|
||||
Clock Signal is available as:
|
||||
* [a macOS native application using Metal](#macos-app);
|
||||
* [a cross-platform command-line-driven SDL executable using OpenGL](#sdl-app); and
|
||||
* [an X11-focussed Qt application](#Qt-app).
|
||||
|
||||
## macOS app
|
||||
|
||||
@@ -157,4 +158,4 @@ From `OSBindings/Qt` run:
|
||||
qmake -o Makefile clksignal.pro
|
||||
make
|
||||
|
||||
Alternatively open the project file in Qt Creator and use it's build button.
|
||||
Alternatively open the project file in Qt Creator and use it's build button.
|
||||
|
||||
Reference in New Issue
Block a user