Index of /~fujiik/mklinux/Packages/dr3/RPMS/xaw3d
MkLinux Installation Notes(English)
Descriptions of the Current Directory
Xaw3d: 3 Dimensional Version of Athena Widget Set
Japanese Page is here.
News
- Mar 17, 1999: (Xaw3d-1.3-19a) rebuilt with a security patch.
- May 10, 1998: (Xaw3d-1.3-13c) rebuilt with EXTRA_DEFINES (see below).
Notice that this version requires X11R6.3*-1q or later
and glibc*-1g or later.
Files
This directory contains the 3D version of the Athena Widget
Library (Xaw3d):
README.html : this file
Xaw3d-1.3-19a.ppc.rpm : binary RPM
Xaw3d-1.3-19a.src.rpm : source RPM
Xaw3d-devel-1.3-19a.ppc.rpm : development package (optional)
Installation Instructions
- # rpm -Uvh <somewhere>/Xaw3d-1.3-19a.ppc.rpm
Now replace the default 2D Xaw by the 3D Xaw3d
- # cd /usr/X11R6.3/lib
- # mkdir libXaw.ORIG
- # mv libXaw.so.6.1 libXaw.ORIG/
- # ln -s libXaw3d.so.6.1 libXaw.so.6
so that X applications linked with shared libraries could use
the 3D Athena Widget set.
Try
- $ xterm -sb
- $ kterm -sb
- $ xarchie
to see if you get now 3D scrollbars and 3D buttons.
They look nicer, right?
- Note:
- The binary package was built with
- EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY
- so as to put arrows to both ends of any scrollbar and
to avoid ugly shading in case color allocation fails
due to other color-heavy applications (a must for 256
colors).
Back to Keisuke Fujii's MkLinux Page
fujiik@jlcuxf.kek.jp Jun. 2, 1998