{"id":18720452,"url":"https://github.com/stiffstream/so5-example-vcpkg","last_synced_at":"2025-09-09T16:37:14.567Z","repository":{"id":109496938,"uuid":"317155628","full_name":"Stiffstream/so5-example-vcpkg","owner":"Stiffstream","description":"Example of usage of the SObjectizer-5 via vcpkg","archived":false,"fork":false,"pushed_at":"2020-11-30T09:15:50.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-19T14:52:25.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Stiffstream.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-30T08:20:17.000Z","updated_at":"2020-11-30T09:15:52.000Z","dependencies_parsed_at":"2023-04-25T04:49:03.241Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/so5-example-vcpkg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Stiffstream/so5-example-vcpkg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5-example-vcpkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5-example-vcpkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5-example-vcpkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5-example-vcpkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/so5-example-vcpkg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5-example-vcpkg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261249100,"owners_count":23130491,"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-11-07T13:31:08.615Z","updated_at":"2025-06-22T06:34:54.206Z","avatar_url":"https://github.com/Stiffstream.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# so5-example-vcpkg\n\nso5-example-vcpkg shows how to build a simple example of\n[SObjectizer](https://github.com/stiffstream/sobjectizer).\n\n# How to obtain and build\n\n## Prerequisites\n\nso5-example-vcpkg requires C++ compiler with C++17 support, vcpkg and CMake.\n\n## Obtaining\n\nJust clone so5-example-vcpkg from GitHub:\n\n```sh\ngit clone https://github.com/stiffstream/so5-example-vcpkg\ncd so5-example-vcpkg\n```\n\n## Building\n\n### Obtaining the dependencies\n\nso5-example-vcpkg uses SObjectizer in the form of a static library so it should be obtained via vcpkg. For Linux:\n\n```sh\nvcpkg install sobjectizer\n```\n\nand for Windows (in 64-bit mode):\n\n```sh\nvcpkg install sobjectizer:x64-windows-static-md\n```\n\n### Building\n\nThe build of so5-example-vcpkg is performed via CMake. Please note the usage of vcpkg's toolchain file.\n\nBuilding for Linux:\n\n```sh\ncd so5-example-vcpkg\nmkdir cmake_build\ncd cmake_build\ncmake -DCMAKE_TOOLCHAIN_FILE=\u003cpath-to-your-vcpkg\u003e/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=target .\ncmake --build . --target install --config Release\n```\n\nBuilding for Windows (note the usage of VCPKG_TARGET_TRIPLET):\n\n```sh\ncd so5-example-vcpkg\nmkdir cmake_build\ncd cmake_build\ncmake -DCMAKE_TOOLCHAIN_FILE=\u003cpath-to-your-vcpkg\u003e/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=target .\ncmake --build . --target install --config Release\n```\n\nExecutable file(s) will be placed in `target/bin` subfolder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fso5-example-vcpkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Fso5-example-vcpkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fso5-example-vcpkg/lists"}