Skip to content

op-guide: add build manual.#2

Merged
siddontang merged 7 commits into
masterfrom
siddontang/supported-platform
Jul 26, 2016
Merged

op-guide: add build manual.#2
siddontang merged 7 commits into
masterfrom
siddontang/supported-platform

Conversation

@siddontang
Copy link
Copy Markdown
Member

No description provided.

Comment thread op-guide/build.md Outdated
+ Missing `stdc++` library. You can install g++ in your machine or link static c++ library directly when building TiKV, for example:

```bash
ROCKSDB_SYS_STATIC=1 ROCKSDB_OTHER_STATIC=stdc++ ROCKSDB_OTHER_STATIC_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/ make release
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BusyJay

Can using g++ -print-file-name=libstdc++.a help me find the static c++ lib automatically.

http://www.trilithium.com/johan/2005/06/static-libstdc/

@shenli
Copy link
Copy Markdown
Member

shenli commented Jul 24, 2016

@queenypingcap PTAL

Comment thread op-guide/build.md Outdated
|------------|----------------|------|
|amd64|Linux Ubuntu (14.04+)|Stable|
|amd64|Linux CentOS (7+)|Stable|
|amd64|Mac OSX|Experimental|
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change all "amd64" to "AMD64".

@siddontang
Copy link
Copy Markdown
Member Author

PTAL @queenypingcap @shenli

Comment thread op-guide/build.md Outdated
+ GCC 4.8+ with static library

The [check requirement script](../scripts/check_requirement.sh) can help you check prerequisites and
install the missing automatically.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

install the missing ones

@siddontang
Copy link
Copy Markdown
Member Author

PTAL @shenli @queenypingcap

Comment thread op-guide/build.md Outdated

## Building and installing TiDB components

You can use the [build script](../scripts/build.sh) script to build and install TiDB components in the bin` directory.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use the build script to build

@shenli
Copy link
Copy Markdown
Member

shenli commented Jul 26, 2016

LGTM

@siddontang siddontang merged commit 8cc2ec3 into master Jul 26, 2016
@siddontang siddontang deleted the siddontang/supported-platform branch July 26, 2016 08:15
morgo added a commit that referenced this pull request Apr 12, 2019
morgo added a commit that referenced this pull request Apr 12, 2019
ran-huang added a commit that referenced this pull request Feb 24, 2021
@ran-huang ran-huang mentioned this pull request Feb 24, 2021
10 tasks
ran-huang added a commit that referenced this pull request Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants