Mercurial > p > roundup > code
comparison doc/installation.txt @ 3421:0d9406d14186
MySQL now creates String columns using the TEXT column type
also, a minor doc fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 24 Oct 2005 03:37:11 +0000 |
| parents | 07c696890f55 |
| children | 0da93b338457 |
comparison
equal
deleted
inserted
replaced
| 3419:4aeb0d0cf0d6 | 3421:0d9406d14186 |
|---|---|
| 34 | 34 |
| 35 Roundup requires Python 2.3 or newer with a functioning anydbm | 35 Roundup requires Python 2.3 or newer with a functioning anydbm |
| 36 module. Download the latest version from http://www.python.org/. | 36 module. Download the latest version from http://www.python.org/. |
| 37 It is highly recommended that users install the latest patch version | 37 It is highly recommended that users install the latest patch version |
| 38 of python as these contain many fixes to serious bugs. | 38 of python as these contain many fixes to serious bugs. |
| 39 | |
| 40 Some variants of Linux will need an additional "python dev" package | |
| 41 installed for Roundup installation to work. Debian and derivatives, are | |
| 42 known to require this. | |
| 39 | 43 |
| 40 If you're on windows, you will either need to be using the ActiveState python | 44 If you're on windows, you will either need to be using the ActiveState python |
| 41 distribution (at http://www.activestate.com/Products/ActivePython/), or you'll | 45 distribution (at http://www.activestate.com/Products/ActivePython/), or you'll |
| 42 have to install the win32all package separately (get it from | 46 have to install the win32all package separately (get it from |
| 43 http://starship.python.net/crew/mhammond/win32/). | 47 http://starship.python.net/crew/mhammond/win32/). |
