keeferrourke / imgrep

A grep for images. Submission to Hack the North 2017.
https://devpost.com/software/imgrep
Other
24 stars 5 forks source link

os-agnosticsm and install script #5

Open 1vn opened 6 years ago

1vn commented 6 years ago

need to make this easy for non technical users to install, should target popular OSes

keeferrourke commented 6 years ago

Also related: .imgrep directory for storing sqlite db is not Windows friendly.

1vn commented 6 years ago

ignore MACOS files like .DS_STORE and thumbnails

keeferrourke commented 6 years ago

PR https://github.com/keeferrourke/imgrep/pull/9 is about as much as I'm willing to do for windows compat

keeferrourke commented 6 years ago

will look into using gnu autotools to generate that magic

./configure
make
make install

incantation that pretty much most software seems to use. should be distro-agnostic as well.

will probably be removing windows compat in future because its a pain.