summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorcanyonknight <canyonknight@gmail.com>2012-10-27 14:24:27 -0400
committercanyonknight <canyonknight@gmail.com>2012-10-27 18:13:46 -0400
commitacdf9a85a0ff320f55d6eebb2ba7550fea61a5bb (patch)
tree06040a9dc53f257eeaa42f39ff8fafd917e7ffc8 /INSTALL
parentafaa2404ac713e0d19e47b2e7b42780d90845050 (diff)
downloadaurweb-acdf9a85a0ff320f55d6eebb2ba7550fea61a5bb.tar.xz
Add Archive_Tar class to lib/
Some AUR setups do not have PEAR available. While other setups have access to outdated Archive_Tar versions. Avoid these problems completely by including the necessary files for Archive_Tar in lib/. Remove Archive_Tar requirement from INSTALL doc. Signed-off-by: canyonknight <canyonknight@gmail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 0 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index b30194e..afab274 100644
--- a/INSTALL
+++ b/INSTALL
@@ -51,17 +51,6 @@ Setup on Arch Linux:
If those php extensions are separate packages on your system, install
them.
- AUR requires PEAR and the Archive_Tar module (version > 1.3.7).
- Installing PEAR will vary depending on the system and may already
- be included with PHP. You can also find it in the PHP source
- distribution.
-
- PHP sources: http://www.php.net/downloads.php
- Archive_Tar PEAR module: http://pear.php.net/package/Archive_Tar
-
- - Install the Archive_Tar PEAR package:
- # pear install Archive_Tar
-
6) Configure MySQL
- Start the MySQL service. Example:
# /etc/rc.d/mysqld start