Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
minor fixes on d/readme.md

Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kassane and kou authored Oct 30, 2024
1 parent f98ceb2 commit a821d27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
-->

# Apache Arrow
# Apache Arrow D

An implementation of Arrow targeting D programming language.

Expand All @@ -28,13 +28,13 @@ for currently available features.

- [dmd/gdc/ldc2](https://dlang.org/download) with druntime-frontend 2.105.0 or later

# Building
## Building

- build Arrow library (C++)
- build C glib bindings
- build Apache Arrow C++
- build Apache Arrow GLib
- build D bindings

```bash
```console
$ git clone https://github.com/apache/arrow.git
$ cd arrow/d
$ dub build -b release
Expand Down

0 comments on commit a821d27

Please sign in to comment.