Changeset 1513 in vbox for trunk/configure
- Timestamp:
- Mar 15, 2007 1:28:28 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19587
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1409 r1513 1223 1223 echo "Successfully generated '$CNF' and '$ENV'." 1224 1224 echo "Source '$ENV' once before you start to build VBox:" 1225 echo 1225 echo "" 1226 1226 echo " source $ENV" 1227 1227 echo " kmk" 1228 echo 1228 echo "" 1229 echo "To compile the kernel module, do:" 1230 echo "" 1231 echo " cd ./out/$OS.$MACHINE/$BUILD_TYPE/bin/src" 1232 echo " make" 1233 echo "" 1229 1234 echo "Enjoy!" 1230 1235 cleanup
Note:
See TracChangeset
for help on using the changeset viewer.