Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karurochori/klipperscreen-cpp
Demo repo for a stack to run on the flashforge m5
https://github.com/karurochori/klipperscreen-cpp
Last synced: 3 days ago
JSON representation
Demo repo for a stack to run on the flashforge m5
- Host: GitHub
- URL: https://github.com/karurochori/klipperscreen-cpp
- Owner: KaruroChori
- Created: 2024-02-25T17:52:20.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-21T08:03:46.000Z (7 months ago)
- Last Synced: 2024-04-21T09:44:00.911Z (7 months ago)
- Language: C
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
meson setup --cross-file arm32-glib.config build-arm32 #To organize the builddir
meson configure ./build-arm32/ -Dbuildtype=release #(optional) to set a release profile
meson compile -C build-arm32 #To build
```