Skip to content

Commit

Permalink
Merge pull request #1067 from kuzudb/readme
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
ray6080 committed Nov 25, 2022
2 parents ebc577d + 3d3e3ed commit b67ad7f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,15 @@ Please refer to [our website](https://kuzudb.com/) for installation and usage in


## Development
For development, Kùzu requires Bazel, Python 3, and a compiler that supports `C++20`.
### Bazel configuration
- Create bazel configuration file with `touch .bazelrc`
- Add bazel configuration `echo build --cxxopt="-std=c++2a" --cxxopt='-O3' > .bazelrc`
For development, Kùzu requires Cmake(>=3.11), Python 3, and a compiler that supports `C++20`.

### Bazel build

- To do a full clean build
- `bazel clean --expunge`
- `bazel build //...:all`
- To test
- `bazel test //...:all`
- `make clean`
- `make NUM_THREADS=x`
- To test (after running the build)
- `make test`


## Code of Conduct
Expand Down

0 comments on commit b67ad7f

Please sign in to comment.