https://github.com/ebraminio/tiny-font-viewer
Tiny Font Viewer
https://github.com/ebraminio/tiny-font-viewer
Last synced: about 1 month ago
JSON representation
Tiny Font Viewer
- Host: GitHub
- URL: https://github.com/ebraminio/tiny-font-viewer
- Owner: ebraminio
- Created: 2020-06-10T13:24:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T07:25:23.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T00:29:29.697Z (3 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tiny Font Viewer
================```
meson build && ninja -Cbuild && build/tiny-font-viewer
```Cross compile to Windows,
```
meson winbuild --cross-file win32-cross-file.txt && ninja -Cwinbuild && i686-w64-mingw32-strip winbuild/tiny-font-viewer.exe && wine winbuild/tiny-font-viewer.exe
```