Clarify GD requirement

This commit is contained in:
Trevor Slocum 2014-10-28 15:12:43 -07:00
parent 16a87d6dc2
commit df2342fc49
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ Installing
- [PHP](http://php.net) 4 or higher is installed. - [PHP](http://php.net) 4 or higher is installed.
- [GD Image Processing Library](http://php.net/gd) is installed. - [GD Image Processing Library](http://php.net/gd) is installed.
- This library is installed by default on most hosts. - This library is installed by default on most hosts.
- If you plan on disabling image uploads to use TinyIB as a text board only, this library is not required.
2. CD to the directory you wish to install TinyIB. 2. CD to the directory you wish to install TinyIB.
3. Run the command: 3. Run the command:
- `git clone git://github.com/tslocum/TinyIB.git ./` - `git clone git://github.com/tslocum/TinyIB.git ./`

View File

@ -4,7 +4,7 @@
# https://github.com/tslocum/TinyIB # https://github.com/tslocum/TinyIB
# #
# Contact the author via tslocum@gmail.com if you need support. # Contact the author via tslocum@gmail.com if you need support.
# See README for instructions on configuring, moderating, and upgrading your board. # See README for instructions on configuring, moderating and upgrading your board.
# Set TINYIB_DBMODE to a MySQL-related mode if it's available. By default it's set to flatfile, which can be very slow. # Set TINYIB_DBMODE to a MySQL-related mode if it's available. By default it's set to flatfile, which can be very slow.
// Administrator/moderator credentials // Administrator/moderator credentials