https://github.com/neoxic/escape32-tools
POSIX utilities for ESCape32
https://github.com/neoxic/escape32-tools
Last synced: about 2 months ago
JSON representation
POSIX utilities for ESCape32
- Host: GitHub
- URL: https://github.com/neoxic/escape32-tools
- Owner: neoxic
- License: gpl-3.0
- Created: 2023-07-06T15:38:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T04:50:15.000Z (3 months ago)
- Last Synced: 2025-03-26T16:48:04.990Z (2 months ago)
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ESCape32 Tools
==============POSIX utilities for [ESCape32](https://github.com/neoxic/ESCape32).
The latest release can be downloaded [here](https://github.com/neoxic/ESCape32-Tools/releases).
Building and installing from source
-----------------------------------```
cmake -B build -D CMAKE_BUILD_TYPE=RELEASE
cd build
make
make install
```