Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xframes-project/xframes-shared-c-library
https://github.com/xframes-project/xframes-shared-c-library
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-shared-c-library
- Owner: xframes-project
- License: mit
- Created: 2024-11-27T09:14:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T11:42:58.000Z (about 1 month ago)
- Last Synced: 2024-12-07T12:25:27.929Z (about 1 month ago)
- Language: C++
- Size: 7.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xframes-shared-c-library
## Building
### Windows (VS 2022)
`cmake --build ./build -- /property:Configuration=Release`
### Raspberry Pi
- `export VCPKG_FORCE_SYSTEM_BINARIES=1`
- `export ARM64_LINUX=1`### RISC-V (Linux)
- `export VCPKG_FORCE_SYSTEM_BINARIES=1`
- `export RISCV64_LINUX=1`## Screenshots
### Windows 11
![image](https://github.com/user-attachments/assets/b6a656f2-b4ca-4c64-8dfa-73bf37e44181)
### Ubuntu x64 (WSL2)
![image](https://github.com/user-attachments/assets/1a41824a-b6ad-41c2-aa4d-4e0317787a56)