メインPC 実機 Manjaro MATE streamtunerをインストール
xmmsはpamacでインストール済み
streamtuner2はpamacでインストール済み の環境で
streamtuner
http://nongnu.askapache.com/
2014-12-16 追記 streamtuner-0.99.99.tar.gzを落とした方が正解でした。残念。
xmmsで音を出すには オプション>設定>出力プラグインをALSAにする。
skinはxmms-skins-hugeにdetone_green.zipが含まれているようだ。いないようです。
streamtuner-0.99.tar.gzを落としてホームに置いてマウスのtar展開の物で展開する
ホームにstreamtuner-0.99フォルダが出来る 以降、端末上での作業。
展開したディレクトリに移動
「cd」に続けて空白を入力したら、さっきのフォルダのアイコンを端末にD&D。Enter↓
buildする。
$ ./configure
$ make
$ sudo make install
以上で作業終了です。
ソース
INSTALLファイル より
(貼り付け開始)
3. Instructions
streamtuner uses the GNU build system. Hence, the following
familiar sequence should satisfy most users:
$ ./configure
$ make
<get root privileges, if needed>
$ make install
The ./configure script options are documented below. They are
enabled by default and automatically disabled if a requirement
is not met, so you probably do not need to use them.
(貼り付け終了)