From 53b984b1e054a0804884ee83e2debe5baea8a222 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 Sep 2013 01:33:52 +0000 Subject: INSTALL: update installation instructions dtas 0.3.0 will be compatible with Syck in the Debian Ruby 1.9.3 install. --- INSTALL | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 39889a9..d8ab182 100644 --- a/INSTALL +++ b/INSTALL @@ -13,38 +13,38 @@ mp3gain is required if you use ReplayGain with MP3s If you only intend to use dtas-cueedit, you will need metaflac(1) from the FLAC package. -Debian users can install sox, mp3gain, and flac dependencies easily: +Debian 7 users can install dependencies easily: - apt-get install sox libsox-fmt-all mp3gain flac + 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 io_splice and sleepy_penguin RubyGems for minor speedups. If you cannot be bothered to have a development -environment, just use "gem install dtas" +environment, just use "gem install dtas". - gem install dtas-linux + sudo gem install dtas-linux This should pull in the "io_splice" and "sleepy_penguin" RubyGems For future upgrades of dtas (upgrades to dtas-linux will be infrequent) - gem update dtas + sudo gem update dtas # installing the dtas RubyGem on non-GNU/Linux or old GNU/Linux systems - gem install dtas + sudo gem install dtas # installing dtas via tarball and setup.rb Grab the latest tarball from our HTTP site: - http://dtas.80x24.org/2013/dtas-0.1.I.tar.gz + http://dtas.80x24.org/2013/dtas-0.3.0.tar.gz - $ tar zxvf dtas-0.1.I.tar.gz - $ cd dtas-0.1.I - $ ruby setup.rb + $ tar zxvf dtas-0.3.0.tar.gz + $ cd dtas-0.3.0 + $ sudo ruby setup.rb GNU/Linux users may optionally install "io_splice" and "sleepy_penguin" packages: -- cgit v1.2.3-24-ge0c7