This is the website for x5250. x5250 is a 5250 emulator for the X Window System.
x5250 uses lib5250 which is part of the tn5250 project. x5250 should run on all platforms that use the X11 Window System. Specifically, x5250 has been tested on GNU/Linux, FreeBSD, Cygwin, and even SUSE Linux runnning in an iSeries LPAR.
x5250 is developed by James Rich. x5250 is distributed under the terms of the GNU General Public License, version 2.
If you are interested in the source code, download load it here.
x5250 requires tn5250 version 0.17.3 or later. Earlier versions will not work. Please visit the tn5250 project page to obtain the latest version. Once tn5250 is installed, x5250 will build with the enhanced features enabled. Then be sure to add +enhanced to your .tn5250rc file to turn the features on.
If you have any questions or problems, please post them on the linux5250 mailing list hosted on www.midrange.com. You must subscribe to post, but it is free, fairly low traffic, and very worth it.
Bug fixes in this pre-release:
There are three new options to configure in the release of tn5250: --with-curses, --with-slang, and --with-python.
Each of these options allows you to selectively build in curses, slang, and python terminal support.
Of course, you can also build without any of these three, in which case only lib5250 and lp5250d and supporting programs will be built.
Once these changes have been thoroughly reviewed and tested I'll add them to CVS and make a real tn5250 release.
x5250 has reached its first milestone: version 0.5! This version is feature complete with tn5250 version 0.16.5. See the News and Roadmap pages for more.
You may want to look at the goals and the To-Do list of x5250.
To compile it, do the following:
tar -xvzf x5250-0.5.1.tar.gz cd x5250-0.5.1 ./configure make make install