Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nontre12/sys-gc


https://github.com/nontre12/sys-gc

Last synced: 13 days ago
JSON representation

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
```