[Pkg-wmaker-commits] [wmfrog] 12/145: [svn r12]

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit 3b5305e2cf3808bfacf58b58e78c165843102a89
Author: tcolar <devnull at localhost>
Date:   Thu Jun 14 23:17:51 2007 -0700

    [svn r12]
---
 wmfrog/INSTALL | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/wmfrog/INSTALL b/wmfrog/INSTALL
index c6f70e5..882bb07 100644
--- a/wmfrog/INSTALL
+++ b/wmfrog/INSTALL
@@ -15,35 +15,33 @@ You also need to have Perl installed.
 On FreeBSD systems you may need to use gmake instead of make.
 
 To compile it from sources, you will need: make, gcc, libc6, libxpm-dev, libx11-dev, libxext-dev.
-ie: apt-get install libxpm-dev, libx11-dev, libxext-dev
+ie: apt-get install wget libxpm-dev, libx11-dev, libxext-dev
 To run it you will need: perl, wget, libx11-6, libxext6 and libxpm4.
 
 Installation
 -------------------------------------------------------------------------------
-If you have a copy of wmFrog already running you should sut it down before re-installing.
-
-1) gunzip wmfrog-x.x.x.tar.gz
-1) tar -xvf wmfrog-x.x.x.tar
-2) cd wmfrog/Src/
-3) make clean
-4) make 
-5) make install  (as root).
-6) wmfrog -h & (or 'wmfrog -h' for help)
-7) You need to set the location of perl correctly in /usr/lib/wmfrog if your perl
-   is not located in /usr/bin/
+If you have a copy of wmfrog already running you should sut it down before re-installing.
+
+- mkdir wmfrog
+- cd wmfrog
+- tar -xzvf wmfrog-x.x.x.tar.gz
+- cd wmfrog/Src/
+- make clean
+- make 
+- sudo make install
 
+You might need to set the location of perl correctly in /usr/lib/wmfrog if your perl
+   is not located in /usr/bin/
 
 Use
 --------------------------------------------------------------------------------
 Find your METAR station name here: 
 http://www.nws.noaa.gov/tg/siteloc.shtml
 For example Reno, NV is KRNO
-Also you will want to set your Time offset from UTC(GMT), for example Pacific time is GMT+8, so offset is 8
+Also you will want to set your Time offset from UTC(GMT), for example Pacific time is GMT-8, so offset is -8
 
 Start wmfrog, for example
-wmfrog -s KRNO -o 8
+wmfrog -s KRNO -o -8
 
 See wmfrog -h for many more options.
 
-
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list