Hi!

What is the official way install awesome with user rights somewhere
under $HOME, say $HOME/.local ? The way it works with most other
software is

  ./configure --prefix=/home/me/.local
  make
  make install

Awesome doesn't seem to use autotools to generate a configure script, but a
different system I am not familiar with.

The argument -DPREFIX seems to be pretty much the equivalent of --prefix.
However, it doesn't work, unfortunately. I tried to call make as follows

  make CMAKE_ARGS="-DSYSCONFDIR=/home/me/.local/etc -DPREFIX=/home/me/.local"

but it still tries to place some man pages in /usr/local


Marco



-- 
To unsubscribe, send mail to [email protected].

Reply via email to