Make AddMouseRegion's index unsigned
[dockapps.git] / yawmppp / INSTALL
blobc9b35b325917f01c18c8fa4f172fe306b981f912
1 Installation instructions for YAWMPPP.
3 Upgrading ?
4 -----------
5 If so, just follow the usual INSTALL instructions, run
6 yawmppp.pref and click Ok or Apply. It will not
7 damage your previous versions' ISP entries or log, and will write the
8 new pppd command line to your ~/.yawmppp scripts.
10 Upgrading from 1.x.x to 2.x.x:
11 ------------------------------
12 The configuration files of 2.x.x are placed separated from 1.x.x
13 files. You are can uninstall 1.x.x before installing 2.x.x, but it
14 isn't necessary. (to do so, unpack the 1.x.x tar.gz, configure and
15 make uninstall).
18 Just notice that if you chmod'ed the files in ~/.yawmppp to
19 prevent yawmppp from overwriting your manual changes, the
20 new version will not be able to add new data to them, ok ?
22 NOTE!
23 --------------------------------------------------------------
24 Installing this program requires root privileges, ask your
25 local system/network administrator kindly if she/he wants
26 to install this software for you ;-)
28 you need root access for installation.
30 What the installation will do
31 ----------------------------------------------------------
33         The installation requires a program
34         be copied to /etc/ppp:
36         /etc/ppp/yagetmodemspeed
38         and will also copy an icon to /usr/local/share/icons
40         the yawmppp binaries will be installed in
41         /usr/local/bin (you can change the /usr/local prefix,
42         see below)
44         /usr/local/bin/yawmppp
45         /usr/local/bin/yawmppp.pref
46         /usr/local/bin/yawmppp.log
48         the documentation will be installed in
49         /usr/local/doc/yawmppp-<version>
51         and yawmppp's man page will be placed in
52         /usr/local/man/man1
54 Installation
55 --------------------------------------------------------------
56 1) % tar zxvf yawmppp-2.x.x.tar.gz
57 2) % cd yawmppp-2.x.x
58 3) % ./configure
59 4) % make
60 5) % su
61 6) # make install
63 As non-privileged user:
65 7) % yawmppp & (try 'yawmppp -h &' for help)
67 If you have no ISP entries configured you'll see the yawmppp.pref
68 GUI.
70 FreeBSD note: if configure fails to find the X11 includes you may have
71 to use the --with-x-includes=DIR option, type "configure --help" for
72 information.
74 Extras
75 --------------------------------------------------------------
77 Changing the prefix: if you want the binaries to be installed
78 somewhere else than /usr/local, do a
80 ./configure --prefix=/where/I/want/the/prefix/to/be
82 in the 3) step above.