mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
Be more precise which boost dependencies are needed. (#823)
This commit is contained in:
@@ -26,7 +26,7 @@ To build Ray, first install the following dependencies. We recommend using
|
||||
.. code-block:: bash
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake pkg-config build-essential autoconf curl libtool libboost-all-dev unzip
|
||||
sudo apt-get install -y cmake pkg-config build-essential autoconf curl libtool libboost-dev libboost-filesystem-dev libboost-system-dev unzip
|
||||
|
||||
# If you are not using Anaconda, you need the following.
|
||||
sudo apt-get install python-dev # For Python 2.
|
||||
|
||||
Reference in New Issue
Block a user