I want to make sure i have my development system set up properly. Here are the things i have done after an standard debian install.
Code:
su
apt-get update
apt-get install get-core
apt-get install build-essential
apt-get install autoconf
apt-get install automake
apt-get install libtool
apt-get install pgk-config
Is my system ready for use of compiling things like mesa drm directfb etc. Or did i leave out some important things that i am not aware of?
PS with the efika i seem to try and learn lots of things other than what i intended it for namely porting my opengl engine to it.