1Poptop README
2-------------
3
4You *must* do a 'make install' or Poptop will *NOT* find the binaries!
5See INSTALL for generic compile/install instructions, and run
6"./configure --help" for a list of valid options, or just type:
7
8./configure
9make
10make install
11
12(make install copies the binaries to /usr/local/sbin, so you better be root)
13
14To run Poptop simply type: 'pptpd' (or /usr/local/sbin/pptpd if you don't
15have /usr/local/sbin in your path).
16
17You may specify a number of options on the command line to change
18how Poptop launches PPP.
19
20Type: 'pptpd -h' for options you may specify on the command line.
21
22A sample config file is in samples/
23
24For more help look in html/
25or visit the Poptop web site at: http://poptop.sourceforge.net/
26
27
28Good Luck!
29
30-Poptop Development Team
31