|
|
emerge -pv lua 的
- [ebuild N ] dev-lang/lua-5.1.3-r3 USE="deprecated readline -static" 211 kB [0]
复制代码
- # equery u lua
- [ Searching for packages matching lua... ]
- [ Colour Code : set unset ]
- [ Legend : Left column (U) - USE flags from make.conf ]
- [ : Right column (I) - USE flags packages was installed with ]
- [ Found these USE variables for dev-lang/lua-5.1.3-r3 ]
- U I
- - - deprecated : make deprecated data structures/routines available
- + + readline : Enables support for libreadline, a GNU line-editing library that almost everyone wants
- - - static : !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
复制代码 |
|