close to release

This commit is contained in:
Greg Landrum
2010-06-30 04:08:57 +00:00
parent 248e9c80b2
commit 0f78f03219
3 changed files with 16 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ The instructions below are for source distributions from Q4 2009 on.
== Getting Ready ==
* Required packages:
* cmake. You need version 2.6 (or more recent). http://www.cmake.org if your linux distribution doesn't have an appropriate package. _Update: It seems that v2.8 is a better bet than v2.6. It might be worth compiling your own copy of v2.8 even if v2.6 is already installed._
* flex and bison. These are frequently already installed if you have the various pieces of the development environment installed
* flex and bison. These are frequently already installed if you have the various pieces of the development environment installed. Note that some Redhat-based systems have an extremely ancient version of flex (v2.5.4, from 1997) installed; in order to build the RDKit on these systems you need to compile and install a more recent version. The source is available at http://flex.sourceforge.net.
* The following are required if you are planning on using the Python wrappers:
* The python headers. This probably means that you need to install the python-dev package (or whatever it's called) for your linux distribution.
* sqlite3. You also need the shared libraries. This may require that you install a sqlite3-dev package.