Results 1 to 3 of 3
Hi guys,
i new to linux and i like to expose more of it. Therefore i'm using the more troublesome way to install the adobe reader.
I have download the ...
- 12-19-2007 #1Linux Newbie
- Join Date
- Oct 2007
- Posts
- 117
How to run a install script in adobe reader 8
Hi guys,
i new to linux and i like to expose more of it. Therefore i'm using the more troublesome way to install the adobe reader.
I have download the source file for adobe reader. I have unpack it and inside there are these files
Reading from the htm file, it says run the install script. I tried typing make INSTALL but it cannot cont.Code:chongming@DellCM:~/Desktop/AdobeReader> ls -l total 119828 -rw-r--r-- 1 chongming users 13414400 2007-08-21 06:29 COMMON.TAR -rw-r--r-- 1 chongming users 109035520 2007-08-21 06:29 ILINXR.TAR -rwxr-xr-x 1 chongming users 24717 2007-08-21 06:28 INSTALL -rw-r--r-- 1 chongming users 72990 2007-08-21 06:28 ReadMe.htm
What commands do i need to type?
Thanks
- 12-19-2007 #2
In this case this is not a make it is an install.
sh INSTALL
should run the installation script. Most propritary software uses install scripts rather then make files. Of course this is not an aboslute rule and you should always read the instructions from the site or maybe the ReadMe.htm file. THere maybe more option you need to apply.
- 12-19-2007 #3Linux Newbie
- Join Date
- Oct 2007
- Posts
- 117
Thanks it works


Reply With Quote