zuyu closed pull request #24: Update cmake instructions in README
URL: https://github.com/apache/iceberg-cpp/pull/24
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscr
zhjwpku commented on code in PR #24:
URL: https://github.com/apache/iceberg-cpp/pull/24#discussion_r1912696116
##
.gitignore:
##
@@ -16,6 +16,7 @@
# under the License.
build/
+install/
Review Comment:
> No, since we specify `CMAKE_INSTALL_PREFIX` in cmake, I think someon
zuyu commented on code in PR #24:
URL: https://github.com/apache/iceberg-cpp/pull/24#discussion_r1912645714
##
README.md:
##
@@ -32,7 +32,7 @@ C++ implementation of [Apache
Iceberg™](https://iceberg.apache.org/).
```bash
cd iceberg-cpp
-cmake -S . -B build -DCMAKE_INSTALL_P
zuyu commented on code in PR #24:
URL: https://github.com/apache/iceberg-cpp/pull/24#discussion_r191266
##
.gitignore:
##
@@ -16,6 +16,7 @@
# under the License.
build/
+install/
Review Comment:
No, since we specify `CMAKE_INSTALL_PREFIX` in cmake, I think someone mig
lidavidm commented on code in PR #24:
URL: https://github.com/apache/iceberg-cpp/pull/24#discussion_r1912577216
##
README.md:
##
@@ -32,7 +32,7 @@ C++ implementation of [Apache
Iceberg™](https://iceberg.apache.org/).
```bash
cd iceberg-cpp
-cmake -S . -B build -DCMAKE_INSTA
wgtmac commented on code in PR #24:
URL: https://github.com/apache/iceberg-cpp/pull/24#discussion_r1912457864
##
README.md:
##
@@ -32,7 +32,7 @@ C++ implementation of [Apache
Iceberg™](https://iceberg.apache.org/).
```bash
cd iceberg-cpp
-cmake -S . -B build -DCMAKE_INSTALL
lidavidm commented on code in PR #24:
URL: https://github.com/apache/iceberg-cpp/pull/24#discussion_r1912383203
##
README.md:
##
@@ -32,7 +32,7 @@ C++ implementation of [Apache
Iceberg™](https://iceberg.apache.org/).
```bash
cd iceberg-cpp
-cmake -S . -B build -DCMAKE_INSTA
wgtmac commented on code in PR #24:
URL: https://github.com/apache/iceberg-cpp/pull/24#discussion_r1911861722
##
README.md:
##
@@ -32,7 +32,7 @@ C++ implementation of [Apache
Iceberg™](https://iceberg.apache.org/).
```bash
cd iceberg-cpp
-cmake -S . -B build -DCMAKE_INSTALL
zhjwpku commented on code in PR #24:
URL: https://github.com/apache/iceberg-cpp/pull/24#discussion_r1911797657
##
.gitignore:
##
@@ -16,6 +16,7 @@
# under the License.
build/
+install/
Review Comment:
Why this? Is this generated by some IDE?
##
README.md:
zuyu opened a new pull request, #24:
URL: https://github.com/apache/iceberg-cpp/pull/24
Build `Core Libraries` w/o `Arrow`, as there is another section about
building `Iceberg Arrow Library` explicitly.
--
This is an automated message from the Apache Git Service.
To respond to the message
10 matches
Mail list logo