HTML Interface; add Linux x86/ARM & Mac OS binaries
Pre-release
Pre-release
Graphical User Interface
- Run with the --html flag to generate a user interface called "library_explorer.html" usable from any browser.
Cross Platform Binaries
- Packaged binaries include:
- Windows x86 32/64-bit
- Mac OS x86 64-bit
- Ubuntu 18.04 x86 32/64-bit
- Debian 9 Stretch Arm 32-bit
Compilation
- Linux
g++ -o library_finder -I . -O3 library_finder.cpp
- Mac OS
clang++ -o library_finder -std=c++0x -I . -O3 library_finder.cpp
- Windows
- Microsoft Visual Studio
Known Issues
- May fail on Unix file systems when access to a folder is denied.
- Seems to run much slower on Linux/Mac OS than on Windows.
- No 32-bit binary for Mac OS.