blackmutzi / polygon-component

Component Architecture - Linux - Library - QTCreator Project - Polygon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polygon-Component

Component Architecture - Linux - Library - Polygon

build & install

# Download Polygon-Component
git clone https://github.com/blackmutzi/Polygon-Component/
cd ./Polygon-Component

# Makefile Generation
./autogen.sh

# Build & Install
cd ./build
make && make install

# default lib directory: /usr/lib/libpolycomponent.so
# default include directory : /usr/include/polygon-component/

include it in your Project

LIBS += lpolycomponent

  #include "arch.h"

other library dependencies

  • nothing

About

Component Architecture - Linux - Library - QTCreator Project - Polygon

License:GNU General Public License v3.0


Languages

Language:C++ 75.2%Language:Shell 20.4%Language:QMake 3.7%Language:C 0.7%