-
Notifications
You must be signed in to change notification settings - Fork 708
Update TiKV build guide #349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update TiKV build guide #349
Conversation
dev-guide/development.md
Outdated
| ``` | ||
| ### Golang | ||
|
|
||
| Golang 1.8 or higher version is required. Please refer to [](https://golang.org/doc/install) to find how to install. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We prefer 1.9 or higher version actually. Since users may want to use TiDB as well, and TiDB only support Go 1.9 or higher version.
|
Thank you, @MyonKeminta for your contribution! @siddontang Please review, thanks! |
dev-guide/development.md
Outdated
| + Enter the source directory to build and install the binary in the `bin` directory. | ||
| ``` | ||
| # Get rustup from rustup.rs, then in your `tikv` folder: | ||
| $ rustup override set nightly-2018-01-12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove $
dev-guide/development.md
Outdated
| ## Build TiKV | ||
|
|
||
| After you install the RocksDB shared library, you can build TiKV directly without `ROCKSDB_SYS_STATIC`. | ||
| ### Rust toolchain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is conflicted with https://github.com/MyonKeminta/docs/blob/1693df64c7d0278e26416bc271423000292e1a09/dev-guide/requirements.md#prerequisites, I think you should move these to the prerequisites.
|
@siddontang @ngaut PTAL |
|
@BusyJay PTAL |
|
LGTM |
No description provided.