Discussion Overview
The discussion revolves around the installation process of the jpeg2ps tool on Linux, specifically for converting JPEG files to EPS format. Participants are seeking and providing guidance on the necessary commands and steps for installation on a SuSE Linux system.
Discussion Character
- Technical explanation
- Homework-related
Main Points Raised
- One participant, Edgardo, requests detailed instructions for installing jpeg2ps on SuSE Linux 7.1.
- Another participant suggests that Edgardo should download and extract the jpeg2ps file and refers to a typical installation procedure involving commands like ./configure, make, and make install.
- Edgardo reports issues when attempting to run the suggested commands, indicating that the console returns errors such as “command not found” and “/. is a directory.”
- A different participant advises that the ./configure step may not be necessary due to the absence of dependencies and suggests that Edgardo should simply run make in the jpeg2ps-1.9 directory.
- There is a mention that if Edgardo does not have the make command available, he may need to install development tools from the SuSE CD.
Areas of Agreement / Disagreement
Participants express differing views on the necessity of the ./configure step, with some asserting it is required while others claim it is not. The discussion remains unresolved regarding the specific installation steps due to the varying experiences shared.
Contextual Notes
There are indications of missing dependencies or tools that may be required for successful installation, such as the make command and development tools. The discussion does not clarify the exact requirements for the installation process.