+COMPILING USING CONFIGURE
+
+- You can use the wxGTK configure system to make wxMotif, or
+ you can follow the following steps to use the simpler (but
+ less automatic) makefile system. If using configure, the
+ following script should make the library and samples, when
+ run from the top-level wxWindows directory (see also 'makewx'
+ in this directory):
+
+ # Make wxMotif using the configure system
+ chmod a+x install/unix/config.sub
+ install/unix/setup/general/* \
+ install/unix/config.guess install/unix/setup/shared/*
+ cd install/unix
+ autoconf && ./configure --with-shared --with-motif --with-debug_flag \
+ --with-debug_info --without-threads
+ cd ../..
+ make makefiles
+ make
+
+COMPILING USING MAKEFILES
+
+- Choose a .env file from src/makeenvs that matches your
+ environment, and copy it to src/make.env. These are the
+ settings read by wxWindows for Motif makefiles.
+