shashankkandimalla's picture
Upload folder using huggingface_hub
288007d verified
raw
history blame contribute delete
373 Bytes
# See: man pkg-config
prefix=/Users/shashankreddykandimalla/Desktop/ocr-application/ocr-application
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Python
Description: Embed Python into an application
Requires:
Version: 3.11
Libs.private: -ldl -framework CoreFoundation
Libs: -L${libdir} -lpython3.11
Cflags: -I${includedir}/python3.11