rep.m4 dropped [and how to install in a different prefix from now on]



Hi all,

I just dropped rep.m4 from librep. Instead an improved librep.pc is provided.
-> rep-gtk is updated accordingly. I'll update sawfish after the release of 1.3.5.

How to install sawfish (after it has been updated to use librep.pc) into a different prefix (which made problems previously):

let's say you want to install to $HOME/sawtemp

librep:

./autogen.sh --prefix=$HOME/sawtemp && make && make install

rep-gtk / sawfish:

PKG_CONFIG_PATH+="$HOME/sawtemp/lib/pkgconfig/" ./autogen.sh --prefix=$HOME/sawtemp && make && make install

... one more thing: If you use a recent version of librep or rep-gtk you'll have noticed, that configure prints usefull infos at the
end, do you want that for sawfish, too. For everyone how haven't seen that yet, look here (from rep-gtk svn):

  == == == == == == == == == == == == ==

  rep-gtk: 0.18.4

  == == == == == == == == == == == == ==

  prefix: /usr
  exec_prefix: ${prefix}
  libdir: ${exec_prefix}/lib
  libexecdir: ${exec_prefix}/libexec

  == == == == == == == == == == == == ==

  compiler: colorgcc
  cflags: -O3 -march=athlon64 -m32 -fexpensive-optimizations -funroll-loops -funroll-all-loops -Wno-error

  == == == == == == == == == == == == ==

  rep: 0.17.3
  glib: 2.19.3
  cairo: 1.9.1
  gtk+: 2.15.0
  glade: 2.6.4

  == == == == == == == == == == == == ==

Chris

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]