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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 2 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- cd trunk
- ./waf configure --prefix=/usr --includeresampler --includeconvolver --optimization
- ./waf configure --prefix=/usr --includeresampler --includeconvolver --optimization --install-roboto-font
- ./waf build
- sudo ./waf install

## (build) Dependencies

- gperf,
- intltool,
- libavahi-gobject-dev,
- libbluetooth-dev
- libboost-dev,
- libboost-iostreams-dev,
- libboost-system-dev,
- libboost-thread-dev,
- libeigen3-dev,
- libgtk-3-dev,
- libgtkmm-3.0-dev,
- libjack-dev | libjack-jackd2-dev,
- liblilv-dev,
- liblrdf0-dev,
- libsndfile1-dev,
- libfftw3-dev,
- 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.

19 changes: 19 additions & 0 deletions dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
gperf
intltool
libavahi-gobject-dev
libbluetooth-dev
libboost-dev
libboost-iostreams-dev
libboost-system-dev
libboost-thread-dev
libeigen3-dev
libgtk-3-dev
libgtkmm-3.0-dev
libjack-jackd2-dev
liblilv-dev
liblrdf0-dev
libsndfile1-dev
libfftw3-dev
lv2-dev
python3
sassc