mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
close to release
This commit is contained in:
2
INSTALL
2
INSTALL
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user