10

Well, I really have nothing to rant about these days πŸ˜…
What I do have is a request for feedback on a project’s video, m working on the project and will release it open source once it works decently well, and most of all, when the code doesn’t look so atrociously bad πŸ˜…πŸ˜…

It is basically a C/C++ package and project manager.
It can create, build, and run projects which u make, and add library flags and include directories automatically if that library exists in its package list.

It also contains package (=library) manager which can, as of now, install, uninstall, and fetch info of any package should it exist in the package list.
I will be adding package upgrading in the future, although package list updates can be performed.
Also, right now it can only build binary projects. I’ll soon be working to enable creation of library ( static/dynamic ) projects as well.

Finally, it allows for building of packages using CMake or configure, but uses a custom format to build projects.

Here is a video of building a project and installing libcurl on system:

https://asciinema.org/a/155030

Thanks a lot ☺️😊

Comments
Add Comment