-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add path option to config file to specify additional search paths #117
Comments
Could you please describe a bit in which situation do you need it? |
Because we are running an older Ubuntu version, I compiled a new libpng and new versions of every tool, to make sure we have the latest performance and fixes. Because I don't want to affect other software, it's all installed in I see that image_optim looks in a lot of places ( For us we can always change all of the I hope this makes sense. I did try to make the change myself, but ruby projects are very complicated for people who have never used ruby before. |
Yes, sure, I've assumed something like this. Just to check: would |
According to my developer:
Generally if I'm installing software I like to compile it myself, but if |
But it is 2.5.2 — https://github.com/toy/image_optim_pack/blob/v0.2.1.20151113/Makefile#L16 (Which is the latest https://raw.githubusercontent.com/pornel/pngquant/master/CHANGELOG) |
Well I don't know what to tell you then, I guess the developer was wrong. I still think it would be a useful feature, but I guess I could have saved a few hours of compiling too. |
It would be nice if the config file had a
path
option to add another location to the search path. Ideally a list of paths to search, but a single path suffices for my purposes. I've already patched our own local version with an ugly hack, but I figure other users could probably benefit from a properly-written patch. This seems like a more user-friendly option than modifying the PATH environment variable, too.The text was updated successfully, but these errors were encountered: