From: aland Date: Thu, 14 Dec 2000 21:49:47 +0000 (+0000) Subject: more text, with simple installation details X-Git-Tag: release_0_1_0~357 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=8edc539c691932af7ea1522f4319d9330aa06b53 more text, with simple installation details --- diff --git a/INSTALL b/INSTALL index 801bef1..e6841b1 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,14 @@ + Please read the README in the doc/ subdirectory. Section 2 gives you +complete details on how to configure, compile and install FreeRADIUS. -Please read the README in the doc/ subdirectory. Paragraph 2 tells -you how to configure, compile and install freeradius. + If you do not need to modify the default configuration, then take +the following steps to build and install the server: + + ./configure + make + make install + + + Configuring and running the server MAY be complicated. Please read +the documentation in the doc/ directory for further information.