From 211b65d2b1ea6b18baddbde1edd11809bab13522 Mon Sep 17 00:00:00 2001 From: Felipe Barriga Richards Date: Fri, 17 Feb 2017 19:19:57 -0300 Subject: README: Added development info. --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README b/README index 7e00c6e..27cdcc7 100644 --- a/README +++ b/README @@ -1 +1,16 @@ Set of extensions for Caja, the MATE file manager. + +Debug +----- + +In order to see caja debug messages, you need to set the CAJA_DEBUG env variable. +e.g.: $ CAJA_DEBUG=y caja + +Notes +----- + +To test caja-extensions with a custom caja build you need to specify the +caja-extension dir. e.g.: + +$ ./configure --with-cajadir=/usr/local/lib/caja/extensions-2.0/ \ + --prefix=/usr/local -- cgit v1.2.1