Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 848 Bytes

readme.md

File metadata and controls

36 lines (31 loc) · 848 Bytes

Pre-requisites

Usage

mkdir cpp
cd cpp

Clone all cpp-tools, cpp-base and cpp-application. Then check this repos to install their dependencies.

git clone https://github.com/prrathnayake/cpp-application.git
git clone https://github.com/prrathnayake/cpp-base.git
git clone https://github.com/prrathnayake/cpp-tools.git

Create packages using Conan2

python3 cpp-tools/module/scripts/buildBase.py ./cpp-base/ -p <package name>

To all create packages.

python3 cpp-tools/module/scripts/buildBase.py ./cpp-base/

Create binaries in cpp-application

cd cpp-application
conan build . --build=missing

Run binaries

./build/Release/bin/<binary name>