]> jfr.im git - irc/hexchat/documentation.git/commitdiff
Update building.rst
authorPoorDog <redacted>
Sat, 7 Dec 2013 23:41:40 +0000 (18:41 -0500)
committerPoorDog <redacted>
Sat, 7 Dec 2013 23:41:40 +0000 (18:41 -0500)
Added instructions for installing via Homebrew on OS X

building.rst

index 4c9713864928acbe56037503eb65e45647151f6b..f41756d40b83adf00e189ba2eae4c2bc94772ac0 100644 (file)
@@ -118,6 +118,20 @@ The theme manager isn't built by default on Unix. To do so install MonoDevelop w
 Mac
 ---
 
+HexChat can be installed via Homebrew. The Homebrew version
+is automatically configured to support Python and Perl so that
+scripts can be loaded from ~/.config/hexchat/addons. First install
+Homebrew_, then do the following:
+
+.. code-block:: bash
+
+       brew install hexchat
+       cd /usr/local/Cellar/hexchat/2.9.6/bin
+       ./hexchat
+
+If you would rather compile HexChat from source,
+follow the instructions below instead.
+
 Install Homebrew_, then install all
 the build dependencies of HexChat such as GTK+.
 
@@ -164,7 +178,7 @@ Extract it and run the following commands:
 
 .. code-block:: bash
 
-       cd hexchat
+       cd hexchat-2.9.6.1
        ./configure --disable-nls --disable-xlib --disable-python --disable-perl
        make
        sudo make install