Skip to content

Commit ff8d5ad

Browse files
committed
also updated cpp_httplib dependancy
1 parent c6bd3df commit ff8d5ad

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ git clone https://github.com/htm-community/htm.core
9292
1) Prerequisites: install the following python packages:
9393
`python -m ensurepip --upgrade`
9494
`python -m pip install setuptools packaging`
95-
The remaining packages will be installed within the build.
95+
`pip -r install requirements.txt`
9696

9797
2) At a command prompt, `cd` to the root directory of this repository.
9898

@@ -413,7 +413,7 @@ distribution packages as listed and rename them as indicated. Copy these to
413413

414414
| Name to give it | Where to obtain it |
415415
| :--------------------- | :----------------- |
416-
| libyaml.zip (*note1) | https://github.com/yaml/libyaml/archive/refs/tags/0.2.5.tar.gz |
416+
| libyaml.zip | https://github.com/yaml/libyaml/archive/refs/tags/0.2.5.tar.gz |
417417
| boost.tar.gz (*note3) | https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz |
418418
| googletest.tar.gz | https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz |
419419
| eigen.tar.bz2 | https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz |
@@ -422,9 +422,8 @@ distribution packages as listed and rename them as indicated. Copy these to
422422
| cereal.tar.gz | https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.2.tar.gz |
423423
| sqlite3.tar.gz | https://www.sqlite.org/2022/sqlite-autoconf-3380200.tar.gz |
424424
| digestpp.zip | https://github.com/kerukuro/digestpp/archive/34ff2eeae397ed744d972d86b5a20f603b029fbd.zip |
425-
| cpp-httplib.zip(*note4)| https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.10.4.zip |
425+
| cpp-httplib.zip(*note4)| https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.11.3.zip |
426426

427-
* note1: Version 0.2.2 of libyaml is broken so use the master for the repository.
428427
* note3: Boost is not required for any compiler that supports C++17 with `std::filesystem` (MSVC2017, gcc-8, clang-9).
429428
* note4: Used for examples. Not required to run but the build expects it.
430429

external/cpp-httplib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
if(EXISTS "${REPOSITORY_DIR}/build/ThirdParty/share/cpp-httplib.zip")
2626
set(URL "${REPOSITORY_DIR}/build/ThirdParty/share/cpp-httplib.zip")
2727
else()
28-
set(URL https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.10.4.zip)
28+
set(URL https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.11.3.zip)
2929
endif()
3030

3131
message(STATUS "obtaining cpp-httplib")

0 commit comments

Comments
 (0)