-
Notifications
You must be signed in to change notification settings - Fork 45
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 action in Makefile #28
Comments
Oh, nice idea! If I understand correctly the steps:
As a result, the tool would work without dealing with I am not sure if homebrew installation can work for us. The tool is pretty niche, the core homebrew repo accepts only well-known applications (@adamkhazi did some quick research). |
Yes pretty much what you described. |
*Issue number of the reported bug or feature request: #28* **Describe your changes** Added install action in the make file that will first build and then create folders and copy all of the products to: `/usr/local/lib/xcdiff`. **Testing performed** Installed via: `make install`. **Additional context** This is just a proposal, of what we described in issue #28. Signed-off-by: Todor Brachkov <tbrachkov@gmail.com>
I believe this is now resolved via #29 - thanks for pushing this through @tbrachkov 👍 |
Is your feature request related to a problem? Please describe.
We don't have an
install
action in theMakefile
.Describe the solution you'd like
Add an
install
action toMakefile
. This action will create folder and copy the products of thebuild
action so the tool could be installed tousr/local/bin/xcdiff
.Describe alternatives you've considered
Provide package installer on the GitHub repo.
Additional context
This
install
action will be used by theHomebrew
formula to install the tool.The text was updated successfully, but these errors were encountered: