On Fri, 14 Mar 2014, Dick Steffens wrote:

> He recommended getting the source from github. I did that, and found the
> place to make the change. The problem arose when I tried to compile it. I
> don't really know what I'm doing with C, so that is probably why there was
> an error message and I couldn't go forward. In searching for clarification
> on the web I found instructions on building a .deb file. I gave that a
> try:

Dick,

   The basic approach to compiling from source is to cd to the source
directory and issue these commands:

   ./configure
   make
   sudo make-install (or su to root and run 'make-install')

   There used to be a nice tool that built .rpm, .deb, and .tgz files but
I've not used it in many years. The above three steps should provide a
functional executable that replaces the one with the longer delay.

Rich

-- 
Richard B. Shepard, Ph.D.          |      Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
www.appl-ecosys.com      Voice: 503-667-4517         Fax: 503-667-8863
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to