|
example; you download a program called mysql.tar
then untar the file tar xf mysql.tar
then this will create the directory mysql
now change to the mysql directory
cd mysql
now you should be able to run ./configure
after it runs through the configure, then run make
|