50
Build Instructions: (Login as root. You may follow the mark '#' to type the command.)
1)
untar the package using the command
:
Copy Linux-wlan-ng-0.1.7.tar.gz and PCMCIA-CS-3.1.8.tar.gz into the /usr/src directory.
# cd /usr/src
# tar -zxvf pcmcia-cs-3.1.8.tar.gz
# tar -zxvf linux-wlan-ng-0.1.7.tar.gz
2)
Make sure you have Linux sources on your system
.
3)
# cd /usr/src/pcmcia-cs-3.1.8
To clean up any unwanted files accidentally included in the tar package, run 'make clean'. If
make clean behaves badly (infinite loop, for example), you may have a date/time mismatch.
Run the command:
find . -type f -exec touch {} \;
to fix the date and time stamps, then run 'make clean' again.
4)
# make config
To configure the pcmcia-cs-3.1.8 package, run 'make config.' and respond to the questions.
The defaults should be sufficient for most users. 'make config.' must be run after a 'make
clean' and before 'make all'.
5)
To build the package.
# make all
6)
To install the package
.
# make install
7)
# cd /usr/src/linux-wlan-ng-0.1.7
To clean up any unwanted files accidentally included in the tar package, run 'make clean'. If
make clean behaves badly (infinite loop, for example), you may have a date/time mismatch.
Run the command:
find . -type f -exec touch {} \;
to fix the date and time stamps, then run 'make clean' again.