everything related to duct tape audio suite (dtas)
 help / color / mirror / code / Atom feed
blob d0b8a24722f0130aba994d0a776d3c58f5094599 2033 bytes (raw)
name: INSTALL 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
 
Uncommon for audio software, dtas is implemented in Ruby.

The latest stable release or development snapshot of Ruby is recommended.
However, Ruby 1.9.3 and later works, but older versions of Ruby do not.

SoX is a dependency of dtas-player.  While not _strictly_ required,
dtas-player uses SoX by default and you will need it unless you've
reconfigured dtas-player to use something else.

mp3gain is required if you want to use ReplayGain with MP3s

If you only intend to use dtas-cueedit, you will need metaflac(1) from
the FLAC package.

Debian 7+ users can install dependencies easily:

    sudo apt-get install sox libsox-fmt-all mp3gain flac ruby-dev

# installing dtas RubyGem on GNU/Linux (Linux kernel 2.6.32+)

Be sure to have Ruby development headers and a working C compiler.
This will pull in the sleepy_penguin RubyGems for minor
speedups.  If you cannot be bothered to have a development
environment, just use "gem install dtas".

    sudo gem install dtas-linux

This should pull in the "sleepy_penguin" RubyGems

For future upgrades of dtas (upgrades to dtas-linux will be infrequent)

    sudo gem update dtas

# installing the dtas RubyGem on non-GNU/Linux or old GNU/Linux systems

    sudo gem install dtas

# installing dtas via tarball and setup.rb

Grab the latest tarball from our HTTPS site:

    https://80x24.org/dtas/2019/dtas-0.17.0.tar.gz

    $ tar zxvf dtas-0.17.0.tar.gz
    $ cd dtas-0.17.0
    $ sudo ruby setup.rb

GNU/Linux users may optionally install the "sleepy_penguin" package:

    * sleepy_penguin - https://bogomips.org/sleepy_penguin/

# CONTACT

Please do not hesitate to send plain-text mail to <dtas-all@nongnu.org>
regarding installation and to share your notes/experiences.
Mailing list archives available at <https://80x24.org/dtas-all/> or
<https://lists.gnu.org/archive/html/dtas-all/>
No subscription is necessary to post to the mailing list.

# COPYRIGHT

Copyright 2013-2019 all contributors <dtas-all@nongnu.org>
License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>

debug log:

solving d0b8a24 ...
found d0b8a24 in https://80x24.org/dtas.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/dtas.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).