Changes between Version 18 and Version 19 of CompileOnWindows


Ignore:
Timestamp:
Mar 18, 2009, 7:14:33 AM (15 years ago)
Author:
MilenaN
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v18 v19  
    79795. Run msys (from desktop icon) and at the prompt type:
    8080{{{
    81 cd /osgeo4w/usr/src/PDCurses-3.3/win32
     81cd /c/osgeo4w/usr/src/PDCurses-3.3/win32/
    8282make -f mingwin32.mak DLL=Y all
    8383cp pdcurses.a libcurses.a
    84 install libcurses.a /osgeo4w/lib
    85 install pdcurses.dll /osgeo4w/bin
     84install libcurses.a /c/osgeo4w/lib/
     85install pdcurses.dll /c/osgeo4w/bin/
    8686cd ..
    87 install -m 644 curses.h /osgeo4w/include
     87install -m 644 curses.h /c/osgeo4w/include/
    8888}}}
    8989