Skip to content
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 readme to show how to build and run hello world #144

Closed
wants to merge 3 commits into from
Closed

Update readme to show how to build and run hello world #144

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 21, 2022

Add new basic hello world example.
Update readme to show how to build and run with the basic example
Fixed normal missing

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


cnmade seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@@ -22,6 +22,19 @@ C++ client for [ClickHouse](https://clickhouse.com/).
* Int128
* UUID

## Requirement

You need gcc cmake libabsl-dev to build this project.
Copy link
Collaborator

Choose a reason for hiding this comment

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

  1. Should work without libabsl-dev
  2. gcc version 7 at least (clang >= 6 also supperted, after Add support for MSVC #131 MSVC should work also).

Copy link
Collaborator

Choose a reason for hiding this comment

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

To build with openssl libssl-dev is also needed.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

Hello world does not need https i think. or am i wrong?

I just finish running the hello world for me ,so it's time to share how to run example code , may help who want to play .

Copy link
Collaborator

Choose a reason for hiding this comment

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

Hello world does not need https i think

that readme is for the clickhouse-cpp, why not make it clear for all the cases?

GenericExample(client);
}

int main() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

the simple directory source code not that simple, you can see so many code blocks.
Shall we start from very basic hello world example?

Copy link
Collaborator

Choose a reason for hiding this comment

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

OK for me. Just want to understand your motivation.

@ghost
Copy link
Author

ghost commented Jan 21, 2022

If this is not ok for any inconvence, i will close this pull request.
For me, i know how to play , job finished.

@ghost ghost closed this Jan 21, 2022
@filimonov
Copy link
Collaborator

It's almost ok.

Your emotional reaction is not entirely clear. My comments were not correct / seemed rude?

Comments/minor remarks are a natural element of code reviews.

If you trying to make things better why do you stop half-road?

@ghost
Copy link
Author

ghost commented Jan 21, 2022

@filimonov I am think is it my pull request too lower level, did really other people need it ? It's not about your comment/review.
I actually agree your point. and i will always reconsider myself.

This pull request was closed.
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.

2 participants