I need help installing this. The problem is it tells me to type ./configure --prefix=/usr but it has no configure file and it cant be extracted just a .patch. Heres a how to apply a patch file but I’m a NOOB so I dont understand it. Howto apply a patch file to my Linux / UNIX source code
PLEASE NOTE - there has been a patch for the
3.9.2 release. The instructions for the patch
are below.
The items in ‘Changes’ refer to the original
3.9.2 release…not the patch.
The hplip-3.9.2-high_cpu_utilization_logout.patch file fixes the following issue.
- Qt4 version 3.9.2 doesn’t close from a switch user and uses high CPU.
How to apply the patch:
cd hplip-3.9.2
patch -p1 <
hplip-3.9.2-high_cpu_utilization_logout.patch
./configure --prefix=/usr
make clean
make
make install