Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nontre12/sys-gc
https://github.com/nontre12/sys-gc
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nontre12/sys-gc
- Owner: Nontre12
- License: gpl-2.0
- Created: 2024-08-12T18:54:02.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-15T22:35:26.000Z (4 months ago)
- Last Synced: 2024-10-25T03:49:19.766Z (2 months ago)
- Language: Makefile
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nx-gc
## Dependencies
- [libnx=v4.7.0](https://github.com/switchbrew/libnx/tree/v4.7.0)
- [libtesla=v1.3.3-f766e9b](https://github.com/WerWolv/libtesla/tree/f766e9b607a05e9756843cbd62b3bfb98be1646c)## Build
### CMake
# TODO: ## Remove hardcoded devkitpro paths
```bash
cmake -B build -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain.cmake .
```### Make
```bash
make
```