私は Linux システムの経験がないので、この問題の解決を手伝いたいと思います..今、私は次の仕事をしています..
cd ~
cd home
cd myusernmae
mkdir src
wget http://downloads.xiph.org/releases/icecast/icecast-2.3.2.tar.gz
tar -zxvf icecast-2.3.2.tar.gz
cd icecast-2.3.2
./configure
Error so i type the followings
apt-get install libxslt1-dev
sudo apt-get install libogg-dev libvorbis-dev
./configure
make
make install
cp -R /home/username/icecast-2.3.2/web ~/icecast/
次のメッセージでicecastシェル応答を入力すると
Icecast 2.3.2
usage: icecast [-b -v] -c <file>
options:
-c <file> Specify configuration file
-v Display version info
-b Run icecast in the background
Windows で icecast を使用する方法 (icecast 構成ファイル) は知っていますが、それを見つける場所と Linux に変更する方法がわかりません (vi エディター :( )