Changes between Version 227 and Version 228 of CygwinPort
- Timestamp:
- 12/14/12 14:14:43 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v227 v228 177 177 178 178 * kill all cygwin processes (i.e. close all cygwin terminal windows, and shut down cygwin services, if any) 179 * launch dash.exe (in .../cygwin/bin) as admin 179 * launch dash.exe (in .../cygwin/bin) as admin (sometimes you might need to use ash.exe instead, as C:\cygwin\bin\ash.exe) 180 180 * cd $SAGE_ROOT (i.e. to the root of the currently building Sage install, or just cd / which should be a parent of the former) 181 181 * /bin/find . -name *.dll > sage-dlls.lst (warning: on some systems to get this to actually find the right stuff you may need /bin/find . -name "*.dll" > sage-dlls.lst)