Lines Matching +full:in +full:- +full:built

1 -------------------------------------------------------------------------------
2 -- Copyright 2020,2021 Thomas E. Dickey --
3 -- Copyright 1998-2006,2018 Free Software Foundation, Inc. --
4 -- --
5 -- Permission is hereby granted, free of charge, to any person obtaining a --
6 -- copy of this software and associated documentation files (the --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished --
11 -- to do so, subject to the following conditions: --
12 -- --
13 -- The above copyright notice and this permission notice shall be included --
14 -- in all copies or substantial portions of the Software. --
15 -- --
16 -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS --
17 -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF --
18 -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
19 -- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, --
20 -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR --
21 -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
22 -- USE OR OTHER DEALINGS IN THE SOFTWARE. --
23 -- --
24 -- Except as contained in this notice, the name(s) of the above copyright --
25 -- holders shall not be used in advertising or otherwise to promote the --
26 -- sale, use or other dealings in this Software without prior written --
27 -- authorization. --
28 -------------------------------------------------------------------------------
29 -- $Id: README.emx,v 1.12 2021/06/17 21:20:30 tom Exp $
30 -- Author: Thomas Dickey
31 -------------------------------------------------------------------------------
33 You can build ncurses on OS/2 in the EMX environment. But you must build and
37 First, the configure script distributed with ncurses will not run as-is in EMX.
38 You can generate a new one if you have autoconf built for EMX. You will need
47 https://invisible-island.net/autoconf
48 ftp://ftp.invisible-island.net/autoconf
52 autoconf-2.13-20030927.patch.gz
53 autoconf-2.13-20030927-emx.patch.gz
55 I built my development environment for ncurses using EMX 0.9c at the end of
62 renders it useless for running the autoconf script). I built my own
64 in the change log for pdksh).
66 + I also built from sources (because the distributed binaries did not
72 Once you have autoconf patched and installed, run 'autoconf' from the top-level
73 directory of ncurses to generate the EMX-specific configure script.