{"id":22135577,"url":"https://github.com/edingroot/httpp_standalone","last_synced_at":"2025-10-04T08:03:18.317Z","repository":{"id":202595355,"uuid":"131115820","full_name":"edingroot/httpp_standalone","owner":"edingroot","description":"A note for demo usage of daedric/httpp with standalone source code.","archived":false,"fork":false,"pushed_at":"2018-04-26T17:10:22.000Z","size":1077,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T15:25:01.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edingroot.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-04-26T07:18:21.000Z","updated_at":"2019-04-23T17:26:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d211157-00ce-40c1-aaf2-b636d62d82b7","html_url":"https://github.com/edingroot/httpp_standalone","commit_stats":null,"previous_names":["edingroot/httpp_standalone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edingroot%2Fhttpp_standalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edingroot%2Fhttpp_standalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edingroot%2Fhttpp_standalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edingroot%2Fhttpp_standalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edingroot","download_url":"https://codeload.github.com/edingroot/httpp_standalone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245249222,"owners_count":20584497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-01T19:15:17.134Z","updated_at":"2025-10-04T08:03:13.273Z","avatar_url":"https://github.com/edingroot.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTPP Standalone Demo\n\nThis is a demo usage of [daedric/httpp](https://github.com/daedric/httpp) with standalone source code (tested on macOS High Sierra).  \n\n\n## Configuration Steps\n\n### Part A: Install commonpp\nDownload and install [daedric/commonpp](https://github.com/daedric/commonpp)\nwhich is required by [daedric/httpp](https://github.com/daedric/httpp).\n\nClone the git repository.  \n``` $ git clone https://github.com/daedric/commonpp ```\n\nModify installation path from /usr/* to /usr/local/* ```CMakeLists.txt```:\n```\n * CMAKE_INSTALL_PREFIX: /usr/local\n * INSTALL_LIB_DIR: local/lib\n * INSTALL_BIN_DIR: local/bin\n * INSTALL_INCLUDE_DIR: local/include\n```\n\nConfigure and build:  \n```\n$ make cmake\n$ make -j4\n$ make test\n``` \n\nBuild package, and ``` build/commonpp-0.1.1-Darwin.tar.gz ``` is generated:   \n```\n$ make package\n```\n\nUnarchive package files and copy to /usr/local/*:  \n```\n$ cd build/\n$ tar zxvf commonpp-0.1.1-Darwin.tar.gz \n$ cd commonpp-0.1.1-Darwin\n$ sudo cp local/lib/*.a /usr/local/lib\n$ sudo cp -R local/lib/CMake/commonpp /usr/local/lib/CMake/\n$ sudo cp -R local/include/commonpp /usr/local/include/\n```\n\n### Part B: Install HTTPP\nClone the git repository.  \n``` $ git clone https://github.com/daedric/httpp ```\n\nModify installation path from /usr/* to /usr/local/* ```CMakeLists.txt```:\n```\n * _CMAKE_DIR: local/lib/CMake/HTTPP\n * INSTALL_LIB_DIR: local/lib\n * INSTALL_BIN_DIR: local/bin\n * INSTALL_INCLUDE_DIR: local/include\n * OPTION(BUILD_TESTS \"Build the tests\" OFF)\n * OPTION(BUILD_EXAMPLES \"Build the examples\" ON)\n * OPTION(BUILD_SHARED_LIBS \"Build shared lib instead of static ones\" OFF)\n```  \n\nConfigure and build:  \n```\n$ mkdir build\n$ cmake ..\n$ make -j4\n$ make test\n$ sudo make install\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedingroot%2Fhttpp_standalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedingroot%2Fhttpp_standalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedingroot%2Fhttpp_standalone/lists"}