0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【限界集落】PeerCastStationがバージョンアップ!Linuxでの利用が便利に【mono不要】

Posted at

2022年11月にPeerCastStationの安定版がリリースされました。

別に今までの環境でいいやと2.8.1を使用し続けていたのですが、気が向いたのでバージョンアップしてみたら今までより快適。
P2Pのソフトウェアってこういうソフトウェアアップデートが大事になってくると思います。
みんなはこまめにバージョンアップしようね😉

使用環境

CentOS Linux release 7.9.2009 (Core)

ダウンロード

こちらの
Windows以外向けZIP版ダウンロード
をダウンロードします。

wget https://www.pecastation.org/files/PeerCastStation-4.1.0-any.zip
unzip ./PeerCastStation-4.1.0-any.zip

お好きなディレクトリに置きます。

mv /usr/local/PeerCastStation-4.1.0-any
chown -R root:root PeerCastStation-4.1.0-any
chmod 755 PeerCastStation-4.1.0-any

いざ、実行。

nohup sudo /usr/local/PeerCastStation-4.1.0-any/PeerCastStation &

以上

下記メッセージが出た場合

Process terminated. Couldn't find a valid ICU package installed on the system. 
Please install libicu using your package manager and try again.
Alternatively you can set the configuration flag System.Globalization.
Invariant to true if you want to run with no globalization support.
Please see https://aka.ms/dotnet-missing-libicu for more information.

ICUパッケージをインストールすることで解決します。

sudo yum install libicu
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?