From 4ba90c6986c5ea05d5f6b19cca46d79471c6bbd8 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:13:45 +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..8e49098 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Qt Core wrapper for [libicclient](../client) + +# Building + +## Getting + +```sh +$ git clone git://darapsa.org/qicclient.git +$ cd qicclient +``` + +## Configuring for various target hosts (with optional debugging) + +```sh +$ qmake CONFIG+=debug -spec android-clang qicclient.pro +``` + +or + +```sh +$ qmake CONFIG+=debug -spec linux-g++ qicclient.pro +``` + +or + +```sh +$ qmake CONFIG+=debug -spec macx-clang qicclient.pro +``` + +or + +```sh +$ qmake CONFIG+=debug -spec macx-ios-clang qicclient.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