From 0b0941808c32304dc7a5b9b8affb56bc3943949c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Thu, 23 Jan 2020 12:35:13 +0800 Subject: Initial Doxyfile and README --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f2fe1d --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Qt Core wrapper for [librtclient](http://darapsa.org/librtclient) + +# Building + +## Getting + +```sh +$ git clone git://darapsa.org/qrtclient.git +$ cd qrtclient +``` + +## Configuring for various target hosts (with optional debugging) + +```sh +$ qmake CONFIG+=debug -spec android-clang qrtclient.pro +``` + +or + +```sh +$ qmake CONFIG+=debug -spec linux-g++ qrtclient.pro +``` + +or + +```sh +$ qmake CONFIG+=debug -spec macx-clang qrtclient.pro +``` + +or + +```sh +$ qmake CONFIG+=debug -spec macx-ios-clang qrtclient.pro +``` + +or so on. + +## Compiling and linking + +```sh +$ make # -jN (with N an integer number of parallel tasks you allow your computer to run for compiling this) +``` -- cgit v1.2.3