{"id":13342935,"url":"https://github.com/fantasy-peak/example","last_synced_at":"2026-04-13T07:03:30.941Z","repository":{"id":129485467,"uuid":"480220497","full_name":"fantasy-peak/example","owner":"fantasy-peak","description":"some examples of open source libraries，xmake management dependency","archived":false,"fork":false,"pushed_at":"2023-01-08T05:10:39.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T19:21:34.673Z","etag":null,"topics":["cpp","example-project","xmake"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fantasy-peak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-04-11T04:01:21.000Z","updated_at":"2023-01-08T05:11:44.000Z","dependencies_parsed_at":"2023-03-20T23:03:20.843Z","dependency_job_id":null,"html_url":"https://github.com/fantasy-peak/example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasy-peak%2Fexample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasy-peak%2Fexample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasy-peak%2Fexample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasy-peak%2Fexample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fantasy-peak","download_url":"https://codeload.github.com/fantasy-peak/example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890097,"owners_count":20527035,"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":["cpp","example-project","xmake"],"created_at":"2024-07-29T19:30:08.358Z","updated_at":"2026-04-13T07:03:30.876Z","avatar_url":"https://github.com/fantasy-peak.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# example\n```\n// install mysql client\nsudo yum install mysql\nsudo yum install mysql++-devel.x86_64\nsudo yum install -y automake\nsudo yum install libuuid-devel.x86_64\nsudo pip3 install conan\n\nexport CPLUS_INCLUDE_PATH=\"/usr/include/mysql/:$CPLUS_INCLUDE_PATH\"\nexport LIBRARY_PATH=/usr/lib64/mysql/:$LIBRARY_PATH\nexport LD_LIBRARY_PATH=/usr/lib64/mysql/:$LD_LIBRARY_PATH\n\n// install cmake\nwget https://cmake.org/files/v3.23/cmake-3.23.1.tar.gz\ntar -zxvf cmake-3.23.1.tar.gz\ncd cmake-3.23.1\n./bootstrap --prefix=~\nmake -j 9\nmake install\n// or\nwget https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-linux-x86_64.tar.gz\n\n// install xmake\n// https://xmake.io/#/zh-cn/guide/installation\ngit clone --recursive https://github.com/xmake-io/xmake.git\ncd ./xmake\ngit checkout 3b46d14938f11ef59a75d6df3992227a819498e1\nmake build\n./scripts/get.sh __local__ __install_only__\nsource ~/.xmake/profile\n// or\nwget https://github.com/xmake-io/xmake/releases/download/v2.7.5/xmake-v2.7.5.xz.run\nchmod 777 xmake-v2.7.5.xz.run\n./xmake-v2.7.5.xz.run\n\ngit clone https://github.com/fantasy-peak/example.git\ncd example \u0026\u0026 mkdir build \u0026\u0026 cd build\ncmake ..\nmake -j8\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasy-peak%2Fexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffantasy-peak%2Fexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasy-peak%2Fexample/lists"}