Mention "mingw32-make" and the separate demo build target.

This commit is contained in:
William McBrine
2019-01-07 12:36:58 -05:00
parent 1bf3592453
commit 6a07c555a5
5 changed files with 14 additions and 11 deletions

View File

@@ -27,9 +27,9 @@ Building
make -f makefile
(For Watcom, use "wmake" instead of "make".) You'll get the libraries
(pdcurses.lib or .a, depending on your compiler), the demos (*.exe),
and a lot of object files.
(For Watcom, use "wmake" instead of "make".) You'll get the library
(pdcurses.lib or .a, depending on your compiler) and a lot of object
files. Add the target "demos" to build the sample programs.
Distribution Status

View File

@@ -23,9 +23,9 @@ Building
make -f makefilename
(For Watcom, use "wmake" instead of "make".) You'll get the libraries
(pdcurses.lib or .a, depending on your compiler), the demos (*.exe),
and a lot of object files.
(For Watcom, use "wmake" instead of "make".) You'll get the library
(pdcurses.lib or .a, depending on your compiler) and a lot of object
files. Add the target "demos" to build the sample programs.
Distribution Status

View File

@@ -13,7 +13,7 @@ Building
pdcurses.a (dynamic lib not implemented).
- With MinGW, edit the Makefile to point to the appropriate include and
library paths, and then run "make".
library paths, and then run "mingw32-make".
- With MSVC, edit Makefile.vc if needed, and do "nmake -f Makefile.vc".

View File

@@ -27,9 +27,9 @@ Building
make -f makefilename
(For Watcom, use "wmake" instead of "make"; for MSVC, "nmake".) You'll
get the libraries (pdcurses.lib or .a, depending on your compiler),
the demos (*.exe), and a lot of object files.
(For Watcom, use "wmake" instead of "make"; for MSVC, "nmake"; for
MinGW, "mingw32-make".) You'll get the library (pdcurses.lib or .a,
depending on your compiler) and a lot of object files.
You can also give the optional parameter "WIDE=Y", to build the
library with wide-character (Unicode) support:
@@ -56,6 +56,8 @@ Building
PDC_DLL_BUILD when linking against it. (Or, if you only want to use
the DLL, you could add this definition to your curses.h.)
Add the target "demos" to build the sample programs.
- If your build stops with errors about PCONSOLE_SCREEN_BUFFER_INFOEX,
add the parameter "INFOEX=N" to your make command line and try again.
(This will happen with older compile environments.)

View File

@@ -25,7 +25,8 @@ Building
switch -O2. You can turn this off, and turn on debugging (-g), by
adding "--enable-debug" to the configure command.
- Run "make". This should build libXCurses and all the demo programs.
- Run "make". This should build libXCurses. Add the target "demos" to
build the sample programs.
- Optionally, run "make install". curses.h and panel.h will be renamed
when installed (to xcurses.h and xpanel.h), to avoid conflicts with