ChoX11: Difference between revisions

From RISC OS
Jump to navigationJump to search
No edit summary
Line 31: Line 31:
=== Source Access ===
=== Source Access ===


ChoX11 is available from the riscos.info [Source_repositories_overview#ChoX11 Subversion server]
ChoX11 is available from the riscos.info [[Source_repositories_overview#ChoX11|Subversion server]]


== RiscXLib ==
== RiscXLib ==

Revision as of 15:01, 29 March 2006

X Windows Libraries for RISC OS

Information and libraries relating to running X Windows programs on RISC OS

ChoX11

ChoX11 requires DeskLib

http://www.riscos.info/xlib/chox11-logo.png

XLib replacement library for RISC OS. ChoX11 allows X Windows programs to run as native RISC OS Wimp tasks. This means that potentially, many hundreds of X applications could be converted to run on RISC OS, filling in the gaps in the software base. The importance of this library should not be underestimated.

http://www.riscos.info/xlib/xlogo-riscos.gif

Source Access

ChoX11 is available from the riscos.info Subversion server

RiscXLib

RiscXLib is a set of libraries and headers for the X Window System. It allows you to compile and link X clients either alongside ChoX11 or as regular X applications in which case they need an XServer to display on. This is a much updated version based upon the original by Leo White.

X.org

RiscXLib's libraries were built from X.org CVS source, cross compiled using GCCSDK. Doing this yourself will enable use of ChoX11 in the same environment.

Once you have applied the patches, place the configuration file into the config/cf directory. Then

 make World CROSSCOMPILEDIR=/home/riscos/env/cross

"make Everything" or just "make" for subsequent builds, unless you want to rebuild everything from clean.

Links

Leo White's homepage including RiscX, a RISC OS X Server, and the original RiscXLib.