Changeset 566
- Timestamp:
- 09/07/06 21:14:53 (2 years ago)
- Files:
-
- trunk/freewrt/scripts/scan-tools.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/scan-tools.sh
r565 r566 196 196 fi 197 197 198 if [[ ! -s /usr/include/ncurses.h ]]; then 199 echo Install ncurses header files, please. 200 out=1 201 fi 202 198 203 if ! which g++ >/dev/null 2>&1; then 199 204 echo You must install the host GNU C++ compiler to continue.


