Image::Magick
Image::Magick
Out of context: Reply #14
- Started
- Last post
- 54 Responses
- Solid0
Cosmo: if you can find a pre-built "rpm" binary for the server's os (I'm assuming it's Linux) then you have to a) upload it to a temp directory on the server, and b) run the following command:
rpm --test -Uvh nameOfFile
where "nameOfFile" is the file you just uploaded.
On the other hand, if you grabbed a source version, then you need to upload and compile .. basic instructions should be in a readme file ..