Project

General

Profile

unexist.dev

/

subtle

Assorted tidbits and projects

Install » History » Version 1

Version 1/65 - Next ยป - Current version
Anonymous, 10/24/2008 03:30 PM


Install\015\012\015\012subtle has the following dependencies:\015\012\015\012# Ruby (>=1.8)\015\012# Rake (>=0.8)\015\012# X11 (>=6.8.2)\015\012\015\012Currently there is no stable release of subtle available.\015\012If you like you can clone the Mercurial repository and install\015\012the developer version as followed:\015\012\015\012# hg clone http://hg.scrapping.cc/subtle\015\012# cd subtle\015\012# rake [options]\015\012# rake install\015\012\015\012Per default subtle will be installed with /usr/local as prefix.\015\012This can be easily changed. (see: rake help)\015\012\015\012Therefore subtle will load the systemwide config and every sublets\015\012that is in the sublets path. (default: /usr/local/share/subtle/sublets)\015\012\015\012That may not be suitable for every user, so just create ~/.subtle\015\012and copy the latest config and the desired sublets into it.\015\012\015\012Always compare your existing config with the one of the repository\015\012to get the latest options.\015\012\015\012h2. First steps\015\012\015\012The config and sublets are installed in /usr/local/etc/subtle resp. /usr/local/share/subtle/sublets. To use a non-system-wide config create \342\210\274/.subtle and copy the default config into it. Sublets will only be loaded if a symlink in \342\210\274/.subtle/sublets exists. The load of the sublets is therefore filesystem based - first in the list will be loaded first.\015\012\015\012h2. Configuration\015\012\015\012More will follow shortly.\015\012