• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..16-May-201728

aix.txtH A D07-Jun-2016406

install.txtH A D07-Jun-201618 KiB

issues.txtH A D07-Jun-20161.3 KiB

readme.txtH A D07-Jun-20161.6 KiB

todo.txtH A D07-Jun-20162.3 KiB

readme.txt

1
2  Welcome to wxWidgets/Motif
3
4You have downloaded the Motif port of the wxWidgets GUI library.
5
6More information about the wxWidgets project as a whole
7can be found at:
8
9  http://www.wxwidgets.org/
10  
11Information on how to install can be found in the file 
12install.txt, but if you cannot wait, this should work on
13many systems:
14
15./configure --with-motif
16make
17su <type root password>
18make install
19ldconfig
20exit
21
22Alternatively, a script (makewxmotif) for running configure can
23be found in this directory.
24
25When you run into problems, please read the install.txt and
26follow those instructions. If you still don't have any success,
27please send a bug report to one of our mailing lists (see
28the wxWidgets homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND
29YOUR PROBLEM, SUCH AS YOUR VERSION OF MOTIF, WXMOTIF, WHAT
30DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED.
31Alternatively, you may also use the bug reporting system
32linked from the wxWidgets web page.
33
34The library produced by the install process will be called 
35libwx_motif.a (static) and libwx_motif-2.6.so.0.0.0 (shared) so that
36once a binary incompatible version of wxWidgets/Motif comes out 
37we'll augment the library version number to avoid linking problems.
38
39Please send problems concerning installation, feature requests, 
40bug reports or comments to the wxWidgets users list. Information 
41on how to subscribe is available from www.wxwidgets.org.
42
43wxWidgets/Motif doesn't come with any guarantee whatsoever. It might 
44crash your hard disk or destroy your monitor. It doesn't claim to be
45suitable for any special or general purpose.
46
47  Regards,
48
49  The wxWidgets team
50
51