Common libraries for the* apps
Find a file
2021-08-04 12:09:53 +10:00
appveyor Fix CI Environment 2020-08-03 23:40:20 +10:00
dist Update RPM spec files 2021-04-28 15:40:13 +10:00
lib Add support for Windows App Package platform 2021-08-04 12:09:53 +10:00
readme Proper RTL support in debug log 2021-07-09 01:57:21 +10:00
test Add awaitability to promises and asynchronous promise types 2019-09-21 22:33:00 +10:00
tltrdesktop Fix tltrdesktop 2021-03-11 05:14:34 +11:00
.travis.yml Enable CI for macOS and Windows 2018-07-26 16:44:29 +10:00
appveyor.yml Use VS 2019 in CI 2020-08-03 23:39:23 +10:00
LICENSE Initial commit 2016-12-30 22:27:14 +11:00
README.md Update readme 2021-04-28 15:34:50 +10:00
the-libs.pro Add tltrdesktop utility 2021-03-02 01:12:16 +11:00
travis.sh Fix Travis build 2019-04-19 20:30:27 +10:00


the-libs is a set of common classes used in the* apps.


Build

Depending on your platform, run the following commands in your terminal:

macOS and Linux

qmake
make

Windows

qmake
nmake

You can subsitute jom for nmake if you have it.

Install

macOS and Linux

On Linux, run the following command as root:

make install

Windows

Run the following command from an elevated command prompt:

nmake install

© Victor Tran, 2021. This project is licensed under the GNU General Public License, version 3, or at your option, any later version.

Check the LICENSE file for more information.