wxWidgets 1.67 for Xt
Description: wxWidgets for Xt. Supplied as .tgz files, with documentation available separately from the wxWidgets 1.68 distribution.
Release notes: ReadMe, Changes, Installation instructions, Known issues (bugs and workarounds)
Sites: Germany: Wolfram Gloger's bug-fixed 1.67 version (recommended)
U.K. (1.66)
Sweden (1.66)
Installation:
  • Download all *.tgz files.
  • Download HTML or PostScript files from the location of the latest Motif/XView wxWidgets distribution (above).
  • Unarchive the files and use the Imakefiles to compile wxXt.

Here are some alternative instructions (from Robert Roebling).

  • Unpack it to a suitable subdirectory, let's say ~/wxxt-1.67.
  • Type "tar xvfz wxxt167.tgz".
  • Type "cd wxxt-1.67".
  • Type "configure --with-shared".
  • Type "make makefiles".
  • Type "make depend".
  • Type "make src".
  • Log in as root (type "su" and the password).
  • Copy the contents of ~/wxxt-1.67/lib/Linux to /usr/lib or anywhere where your dynamic linker will find the libraries.
  • Type "make samples" if you want to compile all demos.
  • Type "cd samples/demo"
  • Type "Linux/demo".