"configure" file is missing

Hello,
After downloading root v5.18 and unpacking it, I wasn’t even able to start installation, because I couldn’t find “configure” file:

[root@localhost local]# cd /usr/local/root [root@localhost root]# ll total 208 drwxrwxr-x 2 aivaras aivaras 4096 Feb 24 23:34 bin drwxrwxr-x 5 aivaras aivaras 4096 Feb 24 23:34 cint drwxrwxr-x 7 aivaras aivaras 4096 Feb 24 23:34 etc drwxrwxr-x 2 aivaras aivaras 4096 Feb 24 23:34 fonts drwxrwxr-x 2 aivaras aivaras 4096 Feb 24 23:34 gdml drwxrwxr-x 2 aivaras aivaras 20480 Feb 24 23:34 icons drwxrwxr-x 7 aivaras aivaras 45056 Feb 24 23:34 include drwxrwxr-x 3 aivaras aivaras 12288 Feb 24 23:34 lib -rw-r--r-- 1 aivaras aivaras 26432 Jan 17 08:38 LICENSE drwxrwxr-x 2 aivaras aivaras 4096 Feb 24 23:34 macros drwxrwxr-x 3 aivaras aivaras 4096 Feb 24 23:34 man drwxrwxr-x 2 aivaras aivaras 4096 Feb 24 23:34 README drwxrwxr-x 5 aivaras aivaras 4096 Feb 24 23:34 test drwxrwxr-x 3 aivaras aivaras 4096 Feb 24 23:34 tmva drwxrwxr-x 31 aivaras aivaras 4096 Feb 24 23:34 tutorials [root@localhost root]# ./configure bash: ./configure: No such file or directory
Perhaps I overworked and can’t see obvious things…

Ok, the problem was in overworking, as I thought :slight_smile: Instead of root_v5.18.00.source.tar.gz I downloaded root_v5.18.00.Linux.slc4.gcc3.4.tar.gz. Sorry for causing trouble.