New build path variable
[freeradius.git] / doc / OS2
1 Compiling FreeRADIUS under OS/2
2
3 To compile FreeRADIUS unde OS/2 you must have a full EMX environment with GNU
4 utilities (like make,sh)
5
6 The EMX can be get from http://hobbes.nmsu.edu
7
8 To work with CVS repository you must install cvs110.zip from hobbes also
9
10 before entering in sh.exe you must do
11 SET SHELL=sh.exe
12
13 before running ./configure you must set the shell the variables :
14 export CC=gcc
15 export MAKE=fullpathofyourmake.exe
16 export PERL=fullpathofyourperl.exe
17
18
19 The OS/2 version of FreeRADIUS can't directly execute checkrad.pl then the
20 program will execute a checkrad.cmd
21
22