Files
harbour-core/package/winuni/HARBOUR_README_MINGWARM.txt
Przemysław Czerpak 96ca3fe470 2014-01-21 20:41 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* Makefile
  * config/*
  * contrib/*
  * doc/*
  * extras/*
  * include/*
  * lib/*
  * package/*
  * src/*
  * tests/*
  * utils/*
    * removed empty lines left after removed '$' + 'Id' + '$' identifiers
2014-01-21 20:41:05 +01:00

15 lines
636 B
Plaintext

If this directory is empty, download package from link below
and unpack into this directory.
http://sourceforge.net/projects/cegcc/files/
NOTES: - In order to unpack and *use* this package, you'll
need Cygwin package (from http://cygwin.com) installed
and put in PATH for Cygwin runtime (cygwin1.dll).
- Unpack using these commands:
> bzip2 -d cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2
> tar -xvf cegcc_mingw32ce_cygwin1.7_r1375.tar -h
OR
> tar --force-local -xvf cegcc_mingw32ce_cygwin1.7_r1375.tar
- Move content of /opt/mingw32ce directory to this one.