Change README to reflect new installation procedure
This commit is contained in:
parent
c105f49777
commit
78d525a653
|
@ -77,24 +77,14 @@ are processed and displayed.
|
|||
|
||||
Build Instructions:
|
||||
|
||||
1) untar the package using the command:
|
||||
|
||||
tar zxvf mibedit-X.Y.Z.tar.gz
|
||||
|
||||
2) Make sure you have installed the linux-wlan-ng package (run
|
||||
1) Make sure you have installed the linux-wlan-ng package (run
|
||||
"wlanctl-ng version" to verify).
|
||||
|
||||
3) 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:
|
||||
2) Verify that "mibedit" sub-directory exists below the "add-ons" sub-directory
|
||||
of the linux-wlan-ng package.
|
||||
|
||||
find . -type f -exec touch {} \;
|
||||
3) Change directory into the "mibedit" directory and run "./autogen.sh"
|
||||
|
||||
to fix the date&time stamps, then run 'make clean' again.
|
||||
4) To build the package, run 'make all'
|
||||
|
||||
4) To configure the mibedit package, run './configure' followed by
|
||||
a 'make clean'.
|
||||
|
||||
5) To build the package, run 'make all'
|
||||
|
||||
6) To install the package, run 'make install' as root.
|
||||
5) As root, install the package by running 'make install'.
|
||||
|
|
Loading…
Reference in a new issue