How to run pdfedit in cygwin?
Community Forums/General Help/How to run pdfedit in cygwin?
| ||
Hi all, I downloaded pdfedit zip file and installed cygwin. http://sourceforge.net/projects/pdfedit/ http://www.cygwin.com/ 1. Then I tried to unzip the zip file to a folder "pdfedit" and copied into c:\cygwin\usr\local and then type c:\cygwin\cygwin.bat 2. Inside the command prompt screen, I type "pdfedit". Nothing happened. ![]() What is the proper procedure to run pdfedit? (I am new to cygwin.) Thanks in advance |
| ||
Under Linux the current folder is NOT in the path, so if you wish to run a program from the current directory, put ./ in front of the filename: ./pdfedit |
| ||
Thanks, xlsior. However, I still don't get it. How could I run pdfedit under windows xp? Is it only for linux? |
| ||
cygwin is a linux/unix "shell". It is a framework that allows some unixy applications to run on Windows - by making available various services on Windows, such as pthreads. The binary just thinks it is running in some kind of posix environment, rather than the truth that it is really on Windows. |
| ||
I see. Brucey. Do you know how to run pdfedit in cygwin? |