Greetings Steemit! This time we gonna make our very own Linux Distro Timeline.
What is GLDT (GNU/Linux Distro TimeLine)? It's a tree, basically. With Linux Distributions. More specifically, it's a gnuclad tree. I'm going to show you what I mean:
Gnuclad
But what the hell is gnuclad? It's quite old program (latest release was in the middle of 2010's), which still works and correctly draws pretty-view trees in Linux. That's the power of Linux! All these updates still didn't broke this old piece of software. Let's download and build it:
Ubuntu
If you're on one of the most popular distros, please make this commands:
We are installing inkscape because we need it to produce PNG from SVG.
If the "sh configure" command says you don't have the C compiler or something, do the sudo apt install gcc beforehead, and then continue from sh configure step and on.
Arch
If you're on Arch Linux or Manjaro, build process is much easier - we already have the AUR package which is, of course, named "gnuclad". Just do: yaourt -S gnuclad or packer -S gnuclad and agree to compile the package. Nice!
Next step: drawing
Now we have the gnuclad installed in our system. And we can "draw" or "compile" the image with it. Let's download the source repo: git clone https://github.com/FabioLolix/LinuxTimeline
If you see similar output, everything went fine and you should have the "DIST_gldt" folder inside the LinuxTimeline folder. Go there with your file manager to find the gldt.svg and gldt.png files accordingly.
You can now print out this pretty graphics or just open it with any viewer and look at the development of one of the largest OS community in the world.