LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to set up print counts in mkahawa??? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-set-up-print-counts-in-mkahawa-853532/)

kiruja 01-01-2011 02:25 AM

How to set up print counts in mkahawa???
 
happy new year everyone!!!
i am trying to set mkahawa to count my print-outs but the problem is i dont understand how i will configure using make,make install as given in their website:http://mkahawa.sourceforge.net/faqs.php.
somebody who understands this please to help????

Snark1994 01-01-2011 09:09 AM

Just unpack the files into a folder, then run the commands:
Code:

tar -jxf mkahawa-printer-0.0.1.tar.bz2
cd mkahawa-printer
./configure
make
sudo make install

The configure script checks that your system has all the things mkahawa needs, and initialises variables for installing. make & make install should compile the programme and put the binaries where they can be run :)


All times are GMT -5. The time now is 09:27 PM.