This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch Nits in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git
commit 41548ee5b1dd1a40dedae829c0f81682af62dd67 Author: Lee Rhodes <[email protected]> AuthorDate: Wed Jun 3 21:41:40 2020 -0700 Fix minor spelling and formatting of the md files. --- README.md | 22 +++++++++++----------- python/README.md | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7724a47..074dea5 100644 --- a/README.md +++ b/README.md @@ -24,20 +24,20 @@ Installing the latest cmake on OSX: brew install cmake Building and running unit tests using cmake for OSX and Linux: - $ mkdir build - $ cd build - $ cmake .. - $ make - $ make test + $ mkdir build + $ cd build + $ cmake .. + $ make + $ make test Building and running unit tests using cmake for Windows from the command line: - $ mkdir build - $ cd build - $ cmake .. - $ cd .. - $ cmake --build build --config Release - $ cmake --build build --config Release --target RUN_TESTS + $ mkdir build + $ cd build + $ cmake .. + $ cd .. + $ cmake --build build --config Release + $ cmake --build build --config Release --target RUN_TESTS ---- diff --git a/python/README.md b/python/README.md index 9efa013..f96ae56 100644 --- a/python/README.md +++ b/python/README.md @@ -3,7 +3,7 @@ ## Installation The release files do not include the needed python binding library ([pybind11](https://github.com/pybind/pybind11)). If building -from a relase package, you must ensure that the pybind11 directory points to a local copy of pybind11. +from a release package, you must ensure that the pybind11 directory points to a local copy of pybind11. An official pypi build is eventually planned but not yet available. @@ -26,7 +26,7 @@ If you cloned without `--recursive`, you can add the submodule post-checkout usi ### Installing -Assuming you have already checked out the library and any dependent submodules, install by simply replacing the lsat +Assuming you have already checked out the library and any dependent submodules, install by simply replacing the last line of the build command with `python setup.py install`. ### Unit tests --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
