Skip to content
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 install/uninstall functions to Makefile #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TokinRing
Copy link

While trying to setup a package for Arch Linux, I found that the Makefile for this project does not have the ability to install and/or uninstall compiled executables and shared library.

I've added the install and uninstall functions to the Makefile. However, since there is already a preexisting bundler program (a Ruby gem), I've installed the compiled bundler executable as bundler_sfm instead.

@snavely
Copy link
Owner

snavely commented Feb 6, 2017

Thank you for the pull request, TokinRing! One comment -- the two scripts for running the pipeline, RunBundler.sh utils/bundler.py both use the path of the scripts themselves to find the paths of the binaries. Can you think of an easy way to modify those scripts so that they look in the install locations if the binaries are there? I suppose one simple way would be to locally append the script directory to the PATH environment variable from within the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants