You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a versatile and powerful collection of C++ libraries designed to help you with various utilities such as Inter-Process Communication (IPC), File Utilities, Directory Utilities, String Utilities, Thread Management, and more. All of these utilities are implemented using the latest C++ standards.
First install conan in your linux development machine
sudo apt-get update
sudo apt install python3-pip
sudo pip install conan==2.11.0
Create default conan profile in your development machine
conan profile detect --name default
Following steps to compile code
conan install . -u
conan build .
conan export-pkg .
Following step to Create Conan Package
conan create . --build=missing -u
About
This repository is a versatile and powerful collection of C++ libraries designed to help you with various utilities such as Inter-Process Communication (IPC), File Utilities, Directory Utilities, String Utilities, Thread Management, and more. All of these utilities are implemented using the latest C++ standards.