Update Compatibility

pavliktt 2024-10-17 20:32:35 +05:30
parent 0afaddcd3d
commit 2353e61ee4

@ -1,6 +1,6 @@
# Full # Full
* Ubuntu 24.04 (x86_64) * Ubuntu 24.04 (x86_64)
# Partial # Partial
* iOS 15.8.2 (arm64) -- No MIME * iOS 15.8.2 (arm64) -- No MIME
* To compile use `clang++ main.cpp -o fileinfo` * To compile change `CXX = g++` in Makefile to `CXX = clang++`. Then compile it with no mime `make nomime`