summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index aaef526..e007202 100644
--- a/README
+++ b/README
@@ -26,6 +26,13 @@ Adjust the prefix according to your local setup, in most cases, a prefix of
BUILDING FROM TARBALL:
$ ./configure && make
+
+On Solaris (i386):
+ $ ./configure --with-hal-data-dir=/etc/hal && make
+
+On Solaris (amd64):
+ $ ./configure --enable-xserver64 --with-hal-data-dir=/etc/hal && make
+
Adjust the prefix according to your local setup, in most cases, a prefix of
/usr is correct.