Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 564b5eb

Browse files
committed
Update README.md - add g++ dep
Adding `g++` to dependency section of README as `pip install` depends on it https://github.com/bblfsh/client-python/blob/0037d762563ab49b3daac8a7577f7103a5628fc6/setup.py#L17 Signed-off-by: Alexander Bezzubov <bzz@apache.org>
1 parent 87f032a commit 564b5eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ python setup.py install
2323

2424
### Dependencies
2525

26-
You need to install `libxml2` and its header files. You also will need a `curl` cli tool.
26+
You need to install `libxml2` and its header files. You also will need a `curl` cli tool to dowload `libuast`, and a `g++` for building [libtuast Python bindings](https://github.com/bblfsh/client-python/blob/0037d762563ab49b3daac8a7577f7103a5628fc6/setup.py#L17).
2727
The command for Debian and derived distributions would be:
2828

2929
```bash
3030
sudo apt install libxml2-dev
3131
sudo apt install curl
32+
sudo apt install build-essential
3233
```
3334

3435
## Usage

0 commit comments

Comments
 (0)