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

Commit 6419d41

Browse files
authored
Merge pull request #90 from bzz/patch-1
Doc: update README, add required native dependency
2 parents 0037d76 + 564b5eb commit 6419d41

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ python setup.py install
2323

2424
### Dependencies
2525

26-
You need to install `libxml2` and its header files. The command for
27-
Debian and derived distributions would be:
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).
27+
The command for Debian and derived distributions would be:
2828

2929
```bash
3030
sudo apt install libxml2-dev
31+
sudo apt install curl
32+
sudo apt install build-essential
3133
```
3234

3335
## Usage

0 commit comments

Comments
 (0)