OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => OpenBSD => Topic started by: mathemajikian on April 01, 2007, 06:32:10 pm

Title: Building And Installing Xenocara
Post by: mathemajikian on April 01, 2007, 06:32:10 pm
[img]http://xenocara.org/puf200X172.gif\" border=\"0\" class=\"linked-image\" /] [span style=\'font-size:14pt;line-height:100%\']+ [/span][img]http://xenocara.org/200px-XOrg_swoosh.jpg\" border=\"0\" class=\"linked-image\" /] [span style=\'font-size:14pt;line-height:100%\']= Xenocara[/span]
Quote
From Xenocara.org
1. Xenocara is the name chosen for OpenBSD's version of X.
2. It's currently based on X.Org 7.2 and its dependencies.
Here's the link to the installation guide and CAPS LOCK patch: Building and Installing Xenocara (http://mersenne.homeunix.net/zaurusforums/viewtopic.php?t=220)

Building and Installing the new Xenocara (http://xenocara.org/) on your Z is a process which could take up to 4 days.  :shock:  The automake portion alone takes 1-hour to complete. If time isn't an issue, then follow these steps.

Step 1: Update /usr/ports, and /usr/src, then build/install a new kernel/world. The details of this process can be found here:  UPGRADING  YOUR OPENBSD ZAURUS VIA CVS (http://exit3.i-55.com/~xikon/ZaurusUpgrade.html)

Step 2: Create the xenocara src directory and checkout the sources via cvs.
# cd /usr/src
# mkdir xenocara
# cvs -d anoncvs@anoncvs.openbsd.org:/cvs checkout -P xenocara

Step 3: Create the xenocara object directory.
# mkdir -p /usr/xobj

Step 4: Now begin the three step build/install process.
# cd /usr/src/xenocara
# make bootstrap && make obj && make build

Xenocara is installed in /usr/X11R6. Further information can be found at the following link: Notes on building Xenocara for OpenBSD X hackers (http://www.openbsd.org/cgi-bin/cvsweb.cgi/xenocara/README?rev=HEAD&content-type=text/x-cvsweb-markup)