summaryrefslogtreecommitdiffstats
path: root/chat-irc/bitchx/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/bitchx/INSTALL')
-rwxr-xr-xchat-irc/bitchx/INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat-irc/bitchx/INSTALL b/chat-irc/bitchx/INSTALL
new file mode 100755
index 0000000000..6da143d44b
--- /dev/null
+++ b/chat-irc/bitchx/INSTALL
@@ -0,0 +1,12 @@
+ make install &&
+
+ if spell_ok gnome-libs ; then
+
+ make clean &&
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-gtk \
+ $OPTS &&
+ make &&
+ make install
+ fi