DEV Community

Freeboardtortoise
Freeboardtortoise

Posted on

velocity OS devlog

Greatings all who have taken the time to read this

this is a devlog on my progress on velocity OS… I post whenever I have the time to

since the last post I have created a build system called vbuild… and abandoned it because it is way to mutch effort to rewrite my compile/build script and it is less powerfull than a plain bash script…

I have instead started to work on a custom package manager called vpkg and it somewhat works the way that I had intended… it is an open source one that pulls from a package database and then unzips the .tar.gz and runs ./configure and then make and then make install

it has recently been merged into main branch… if you are intorested… here is the github link:
https://github.com/freeboardtortoise/vos

if you are intorested it helping… email me at freeboardtortoise@proton.me

Top comments (0)