dtas.git  about / heads / tags
duct tape audio suite for *nix
blob cb6552861b19ff7768fd98b1d6dc84757ecae1c5 1679 bytes (raw)
$ git show HEAD:INSTALL	# shows this blob on the CLI

 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
 
Uncommon for audio software, dtas is currently implemented in Ruby
(and some Perl5).

The latest stable release or development snapshot of Ruby is recommended.
However, Ruby 2.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
(it is no longer in new versions of Debian)

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

Debian 10+ users can install dependencies easily:

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

For future upgrades of dtas

    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

Grab the latest tarball from our HTTPS site:

    https://80x24.org/dtas/2022/dtas-0.21.0.tar.gz

    $ tar zxvf dtas-0.21.0.tar.gz
    $ cd dtas-0.21.0

    # To install symlinks into ~/bin (assuming your Ruby executable is "ruby")
    $ make symlink-install

    # or using setup.rb:
    $ sudo ruby setup.rb

# 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 all contributors <dtas-all@nongnu.org>
License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>

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