Add new comment

Permalink

take a look at debian/control file that you find on the git working tree, take special note to that Build-Depends: line...

anyway, the mandatory minimal dependencies are the following ones:

qtbase5-dev
qtbase5-dev-tools
qttools5-dev-tools
qtchooser
libjack-dev
libasound2-dev
libsndfile-dev
ladspa-sdk
zlib1g-dev

all the rest being optional, i'd say that you loose nothing when including them all as if a fully-featured build.

you might also wish to have a look at debian/rules, where you probable see that the correct build sequence is something that boild down to like the following:

export QT_SELECT=5
./autogen.sh
./configure --prefix=/usr && make

and finally, if and after the above succeeds:

sudo make install

hth.
cheers

The content of this field is kept private and will not be shown publicly.

Markdown

  • Parses markdown and converts it to HTML.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width> <strike> <pre> <p> <br>
  • Lines and paragraphs break automatically.

Filtered HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <b> <i> <pre> <img src alt height width> <strike>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
File attachments
Unlimited number of files can be uploaded to this field.
2 MB limit.
Allowed types: jpg jpeg gif png txt doc docx xls xlsx pdf ppt pps odt ods odp zip gz bz2 xz patch diff wav ogg flac ogv mp4 qtz.
CAPTCHA
Enter the characters shown in the image.