README 1.1 KB

123456789101112131415161718192021222324252627282930
  1. This is the port of Midnight Commander for Win32.
  2. The original code was contributed by
  3. Juan Grigera <grigera@isis.unlp.edu.ar>
  4. You need GNU make in order to compile mc. Other implementation of make
  5. don't work! Run
  6. gmake -f Makefile.xxx [RELEASE=1]
  7. where gmake is name of GNU make and Makefile.xxx is the makefile for
  8. your compiler. You may want to add RELEASE=1 if you want to compile an
  9. optimized version without debug information.
  10. Following compilers are supported:
  11. Makefile.VC4: Microsoft Visual C++ 4.0 and above
  12. Makefile.BC5: Borland C++ 5.x
  13. Makefile.RSX: RSXNT (http://www.mathematik.uni-bielefeld.de/~rainer/)
  14. Makefile.MIN: MinGW (http://www.mingw.org/)
  15. Note that "supported" here means only that they used to work in the past
  16. and the specific makefiles are provided for them!
  17. Please note that the Win32 port is not actively developed. The code may
  18. be out-of-date. You may need to fix the code in order to compile it.
  19. If you add a file, don't forget to add it into Makefile.am, or it will
  20. be missing from the release. Note that the release procedure for GNU
  21. Midnight Commander cannot detect missing files in the Win32 port!