Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor committed Jun 7, 2021
1 parent f9e159d commit 383c822
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $ cd nebula-gears/docker/build

# Print all supported platforms
$ make print
centos-7 debian-9
centos-7 debian-8

# Build GCC and LLVM for all provided platforms
$ make
Expand All @@ -81,7 +81,7 @@ $ make
$ make gcc-centos-7

# Build GCC 9.1.0 and 8.3.0, LLVM 9.0.0
$ make BUILD_GCC_VERSIONS=8.3.0,9.1.0 BUILD_LLVM_VERSIONS=9.0.0 debian-9
$ make BUILD_GCC_VERSIONS=8.3.0,9.1.0 BUILD_LLVM_VERSIONS=9.0.0 debian-8
```

Note that you could perform the same steps to build for x86_64 and aarch64
Expand All @@ -94,9 +94,9 @@ $ git clone https://github.com/vesoft-inc/nebula-gears.git
$ cd nebula-gears/docker/images

$ make print
centos-7 debian-9
centos-7 debian-8
$ make centos-7
$ make debian-9
$ make debian-8
```

Note that you could perform the same steps to build for x86_64 and aarch64
Expand Down

0 comments on commit 383c822

Please sign in to comment.