A hot tip for future me

Edit the file ~/.zshrc (or ~/.bashrc, depending on which $SHELL) and set an alias for everyday commands. Remember to do source ~/.zshrc to allow changes to take effect. alias sometext=’go_to_scummvm_directory && ./configure –diable-all-engines –enable-engine=engines_under_development && make -j10 && ./scummvm’ and this alias sometext=’cd /scummvm_directory’ However it goes without saying that even with the best tools … Read moreA hot tip for future me

Final Code (Originally From a Page on My Blog to Submit to GSoC Evaluation on Aug 23)

Time to put all the work in one place! ✊ Requirements from GSoC goes like this (only relevant guidelines are shown) It must be easy to identify the work you have done. Someone else should be able to use the content at (or referenced from) the target of the link to extend your work. If … Read moreFinal Code (Originally From a Page on My Blog to Submit to GSoC Evaluation on Aug 23)