Skip to content

Commit

Permalink
[Improve][Doc] add environment requirement (#1022)
Browse files Browse the repository at this point in the history
* [Imporve][Doc] add environment requirement

* [Imporve][Doc] add environment requirement
  • Loading branch information
caicancai authored Oct 22, 2023
1 parent 21a8d1c commit 8225952
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/guide/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ cd java
mvn clean compile -DskipTests
```

#### Environment Requirements

- java 1.8+
- maven 3.6.3+

### Building Fury Python

```bash
Expand All @@ -21,6 +26,10 @@ pip install pyarrow==6.0.1 Cython wheel numpy pytest
pip install -v -e .
```

#### Environment Requirements

- python3.6+

### Building Fury C++

Build fury_util.so:
Expand All @@ -36,6 +45,11 @@ pip install pyarrow==6.0.1
bazel build //src/fury/row:fury_row_format
```

#### Environment Requirements

- cpp 11+
- bazel 4.2

### Building Fury GoLang

```bash
Expand All @@ -46,3 +60,6 @@ go test -v
go test -v fury_xlang_test.go
```

#### Environment Requirements

- go1.3+

0 comments on commit 8225952

Please sign in to comment.