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

Added dependencies file to make dependency installation easier. Updated README.md. #167

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

Conversation

whitneyjsmith
Copy link

Added dependencies.txt and updated README.md with a new command so all dependencies can be installed with a single command

- lv2-dev,
- python3,
- sassc,

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependencies should be mentioned in the readme in any case.

@@ -30,30 +30,8 @@ Guitarix can also load up LAPSPA and LV2 plugins to comply the effect chain.
- git clone https://github.com/brummer10/guitarix.git
- cd guitarix
- git submodule update --init --recursive
- xargs -a dependencies.txt sudo apt-get install -y
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this only works on debian based distributions, so it couldn't become the general build rule.

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.

2 participants