linthesia icon indicating copy to clipboard operation
linthesia copied to clipboard

Why `make install` install only binary?

Open AlexTalker opened this issue 9 years ago • 3 comments

Hello! I am Arch Linux user and a bit fan of AUR, repo of user packages. I'll like to build package for this project but seems like make install install no more than binary file and when I run it, I get something like this:

2016-03-12-211022_1366x768_scrot

And following console output https://gist.github.com/51fc944246c75308f22e . Would be nice if you'll fix that :disappointed:

If you care, package building script(AKA PKGBUILD) is here https://gist.github.com/082b9f8cde6aeb8bffdf , its a bit dirty since I just rewrite it from original one. Thanks for developing useful project, anyway.

AlexTalker avatar Mar 12 '16 18:03 AlexTalker

See this one https://www.gnu.org/software/automake/manual/automake.html#Install about autoconf install.

AlexTalker avatar Mar 12 '16 18:03 AlexTalker

hello thanks for your feedback, indeed it seems the graphics does not get install into the proper directory. Unfortunately I'm currently busy on other projects and I can't really tell you when I will find the time to fix it myself, however if you were to propose me a pull request I should be pretty reactive to review it and merge it :)

allan-simon avatar Mar 13 '16 09:03 allan-simon

See #92 (Make the 'make install' works)

jonadem avatar Jan 23 '20 20:01 jonadem