From: moodler
Date: Fri, 10 Jan 2003 07:22:34 +0000 (+0000)
Subject: More details about requirements
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d96b410816765d3f21e38ba651ec677a3ee77d81;p=moodle.git
More details about requirements
---
diff --git a/lang/en/docs/install.html b/lang/en/docs/install.html
index 421db42bf2..3f53e232fb 100644
--- a/lang/en/docs/install.html
+++ b/lang/en/docs/install.html
@@ -33,7 +33,7 @@
4.1.0 or later), with the following features enabled (most PHP installations
these days will have all of these):
- - JPEG and/or PNG image editing support via the GD library
+ - GD library with support for JPG and PNG formats
- Sessions support
- File uploading allowed
@@ -48,7 +48,8 @@
line: 'extension=php_gd.dll'.
On Mac OS X I highly recommend the fink
- project as a way to download easily-maintainable packages for all of this.
+ project as a way to download easily-maintainable packages for all of this. If you are less
+ confident with command-line stuff then Marc Liyanage's PHP Apache Module is the easiest way to get PHP up and running on a new Mac OS X server.
If you're on Linux or another Unix then I'll assume you can figure all this out for yourself! ;-)