when i started making things with 'make' and makefiles ...........

i was recently coding a sample Qt based widget in C++ whic contained a button and gave an output to the terminal when ever it was clicked ,. .... and had to work with the header which had to be compiled using the MOC ( meta object compiler ) , which i suppose is for working out with the SLOTs and SIGNALs . .......
i then implemented the whole thing with make, that was pretty cool , and in a short time i was using make to do the installation too after my compilation ,..... ( though i wud suggest u first go through some shell scripting before doing this .. if u don wanna confuse yourself wih all the weird '['s and '@'s ...)................

now that is what is called 'making ' made easy !!!

Comments

Popular posts from this blog

Was history ! :)

installing RadRails on Eclipse ...........