summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Barriga Richards <[email protected]>2017-02-17 19:19:57 -0300
committerraveit65 <[email protected]>2017-03-16 07:36:02 +0100
commit211b65d2b1ea6b18baddbde1edd11809bab13522 (patch)
treecec86845322263ed0b851484679e8529666fb460
parent67b7253012571e33b2d5c968bedcf71b81ff6de3 (diff)
downloadcaja-extensions-211b65d2b1ea6b18baddbde1edd11809bab13522.tar.bz2
caja-extensions-211b65d2b1ea6b18baddbde1edd11809bab13522.tar.xz
README: Added development info.
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
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