packc is a project manager for C++. You can create project or add classes,source files, or header files to your existing packc project. In same time this files add to your cmake file automatically. You can build and run your projects and define your own commands.
Create Project: packc create
Create Source File: packc add -s <fileName>
Create C++ Class: packc add -c <fileName>
Create Header File: packc add -h <fileName>
Add Dynamic Library: packc add -l <libraryName>
Build Project: packc build
Run Project: packc run
Clean Project: packc clean
-
Go to release page and download .deb file
-
Open a terminal and enter following command
sudo dpkg -i <packageName>