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

https://github.com/risha700/rfid_admin

RFID MFRC522 C++ GTKMM interface
https://github.com/risha700/rfid_admin

gnome-desktop gtk4 gtkmm otago-polytech rfid-rc522 rfid-reader

Last synced: about 2 months ago
JSON representation

RFID MFRC522 C++ GTKMM interface

Awesome Lists containing this project

README

          

# RFID Admin App

===
Gnome C++ application that implements RFID MFRC522 simple interface

- dependencies
* gtkmm4
* spdlog
* epoxy

* build - using **meson build lib
- MacOS

https://mesonbuild.com/Creating-OSX-packages.html
```
# helper script
./build_scripts/build_osx_package.sh
```
Signing is required manually for distribution.
- Windows

```
#TODO
```
- Linux

```
#TODO
```
---
build treats:

### create MacOs icon.icns
```
# manually
sips -z 512 512 input_img.png --out icon_512x512.png
mkdir icon.iconset
iconutil -c icns icon.iconset
```
```
# or helper script
./generate_icons.sh iconname.png iconfoldername.iconset
```

### create DMG template for build

```
hdiutil create -size 100m -fs 'HFS+' -volname 'My App' -type UDIF -layout SPUD template.dmg

gzip -c template.dmg > template.dmg.gz

```

## build deps
* dylibbundler
* meson
* python>=3.7
* iconutil