Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
ZODB
Commits
a0567579
Commit
a0567579
authored
May 04, 2009
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated comptability and dependencies.
parent
d3acb249
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
README.txt
README.txt
+8
-11
No files found.
README.txt
View file @
a0567579
...
@@ -25,12 +25,10 @@ Compatibility
...
@@ -25,12 +25,10 @@ Compatibility
=============
=============
ZODB 3.
8
requires Python 2.4.2 or later.
ZODB 3.
9
requires Python 2.4.2 or later.
ZEO servers and clients are wholly compatible among 3.3, 3.4, 3.5, 3.6 and
ZODB ZEO clients from ZODB 3.2 on can talk to ZODB 3.9 servers. ZODB
3.7; a ZEO client from any of those versions can talk with a ZEO server from
ZEO Clients can talk to ZODB 3.8 and 3.9 ZEO servers.
any. ZODB 3.8 ZEO clients require ZODB 3.8 servers and later. ZODB
3.8 ZEO Servers will work with ZODB 3.2 clients and later.
Prerequisites
Prerequisites
=============
=============
...
@@ -40,9 +38,10 @@ be sure that you've installed the development RPMs too, since ZODB
...
@@ -40,9 +38,10 @@ be sure that you've installed the development RPMs too, since ZODB
builds Python extensions. If you have the source release of ZODB,
builds Python extensions. If you have the source release of ZODB,
you will need a C compiler.
you will need a C compiler.
You also need the ZConfig, zdaemon, zope.interface, zope.proxy and
You also need the transaction, zc.lockfile, ZConfig, zdaemon,
zope.testing packages. If you are using easy_install or zc.buildout to
zope.event, zope.interface, zope.proxy and zope.testing packages. If
install ZODB, then these will be installed for you automatically.
you are using easy_install or zc.buildout to install ZODB, then these
will be installed for you automatically.
Installation
Installation
============
============
...
@@ -89,7 +88,7 @@ to initialize the buildout:
...
@@ -89,7 +88,7 @@ to initialize the buildout:
% python bootstrap.py
% python bootstrap.py
and then use the buildout script to build ZODB and gather the dependencies:
and then use the buildout script to build ZODB and gather the dependencies:
% bin/buildout
% bin/buildout
This creates a test script:
This creates a test script:
...
@@ -163,8 +162,6 @@ made a couple of alpha releases. We've now abandoned that effort,
...
@@ -163,8 +162,6 @@ made a couple of alpha releases. We've now abandoned that effort,
because we didn't have the resources to pursue ot while also maintaining
because we didn't have the resources to pursue ot while also maintaining
ZODB(3).
ZODB(3).
License
License
=======
=======
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment