twmht / python-rocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
276 stars 88 forks source link

Docs: Exporting CPLUS_INCLUDE_PATH, LD_LIBRARY_PATH and LIBRARY_PATH #28

Closed abhiramr closed 6 years ago

abhiramr commented 6 years ago

correctly even if they weren't originally assigned.

As it stands, the exports prepend an illegal ':' causing installation of python-rocksdb to fail citing a missing header file. Understandable since it was never discovered at the wrong path assigned to the variables.