mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 10:22:03 -05:00
Common libraries for the* apps
appveyor | ||
dist | ||
lib | ||
readme | ||
test | ||
tltrdesktop | ||
.travis.yml | ||
appveyor.yml | ||
LICENSE | ||
README.md | ||
the-libs.pro | ||
travis.sh |
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.