forked from sup-heliotrope/sup
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation: OpenBSD
fractalcat edited this page Nov 28, 2014
·
7 revisions
$ sudo pkg_add xapian-core
$ cd /tmp
$ wget http://oligarchy.co.uk/xapian/1.2.15/xapian-bindings-1.2.15.tar.gz && tar xfz xapian-bindings-1.2.15.tar.gz && cd xapian-bindings-1.2.15 && ./configure && make
$ sudo make install
$ gem install sup
- (optional)
$ sudo pkg_add gnupg-2.0.22p0 && gem install gpgme
$ sup-config
$ sup
This is only tested on OpenBSD 5.5 and 5.6. Other versions will likely need different versions of the xapian-ruby bindings.
Note that as OpenBSD's console defaults to exporting TERM=vt220
(and
sup will crash if it thinks the terminal it's running in doesn't have
color support), you should set this variable to something else if you're
not running sup in X (rxvt
should work).