Initial commit

This commit is contained in:
Leander Hutton
2024-06-14 15:29:46 -04:00
commit 5002fbeb91
2 changed files with 59 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
Requires: libexif-dev on Debain or libexif-devel on Fedora/RHEL
Compile:
gcc -o exif_viewer exif_viewer.c $(pkg-config --cflags --libs libexif)