Difference between revisions of "Wireless tools"

From CBLFS
Jump to navigationJump to search
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| ttp://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.28.tar.gz
+
| http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.28.tar.gz
 
|}
 
|}
  

Revision as of 17:56, 13 September 2006

Download Source: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.28.tar.gz

Dependencies

Non-Multilib

Compile the package:

make

Install the package

make PREFIX=/usr install

Multilib

32Bit

Compile the package:

make CC="gcc ${BUILD32}"

Install the package

make PREFIX=/usr install

N32

Compile the package:

make CC="gcc ${BUILDN32}" 

Install the package

make PREFIX=/usr INSTALL_LIB=/usr/lib32 install

64Bit

Compile the package:

make CC="gcc ${BUILD64}" 

Install the package

make PREFIX=/usr INSTALL_LIB=/usr/lib64 install