Hello
I would like to install Android SDK but I have problem with ./configure
I looked for my PATH with echo $PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin
/usr/bin:/sbin:/bin:/usr/games:/bin:/usr/local/bin
/usr/bin/make:/usr/bin/install
What else should I do to install one package?
(I know cd ./name_folder, ls to see my package and after ./configure, make and make install but I cannot run ./configure..
I did sudo apt-get install build-essential and I saw build-essential is already the newest version.
I did sudo aptitude update and sudo aptitude install openssh-client openssh-server but nothing..
can someone help me ?
Thanks in advance