nativefiledialog-extended

Native file dialog library with C and C++ bindings

brewmacoslinux
Try with needOr install directly
Source

About

Native file dialog library with C and C++ bindings

Commands

nativefiledialog-extended

Examples

Include the library in a C/C++ project for file selection dialogs$ gcc myprogram.c -I/usr/local/include -L/usr/local/lib -lnativefiledialog-extended -o myprogram
Link against nativefiledialog-extended in CMake project$ find_package(nativefiledialog-extended REQUIRED)
Check installation and library location$ brew list nativefiledialog-extended && pkg-config --cflags --libs nativefiledialog-extended