cedega(WineX)をインストールしてWindows用ゲームをプレイできるようにする


1. WineXのインストールに必要なパッケージのインストール
WineXのインストールに必要なパッケージをインストールします。

sudo apt-get install cvs build-essential autoconf bison flex-old libasound2-dev xorg-dev
 libpng12-dev libjpeg62-dev libfreetype6-dev libxrender-dev libttf2 libttf-dev libsdl1.2-dev
 libsdl-ttf2.0-dev libsdl-net1.2-dev libsdl-gfx1.2-dev msttcorefonts libfontconfig1-dev

2. WineXの自動インストールスクリプトのダウンロード
WineXの自動インストールスクリプトをダウンロードします。

mkdir -p ~/tmp/winecvs
cd ~/tmp/winecvs
wget http://winecvs.linux-gamers.net/WineCVS.sh

3. スクリプトの実行
ダウンロードしたスクリプトを実行します。

chmod +x WineCVS.sh
./WineCVS.sh

※ dx9wineをインストールする場合は /usr/include/freetype2 が競合するので先に移動してから、さらにCFLAGSオプションを付けて起動します。完了したら freetype2 を元の場所に戻します。
sudo mv /usr/include/freetype2 . 
export CFLAGS="-fno-stack-protector" && ./WineCVS.sh として実行します。
sudo mv freetype2 /usr/include/

スクリプトの質問の回答は下記の通りに。

a. Profile menu
 → g) Get a profile from http://winecvs.linux-gamers.net/WineCVS
b. Select a profile to download and run:
 → 0 ) cedega_head_userinstall
c. Profile menu
 → r) Run existing profile
d. List of profiles (b to go back):
 → 0 ) cedega_head_userinstall
e. Please read the license found on the following page:
 → 1) I have read it, and wish to proceed
f. First I'd suggest you read the basics by pressing 'r'.
 → 1) Start installation (press '1' - 'b' to go back)
g. /home/username/.WineCVS/sources/cvscedega doesn't exist, create (y/n)?
 → y
h. Please enter CVS password (3 tries):
 → cvs
i. 赤い文字が表示されたまま止まりますが、しばらく待ちます。

j. 3 = Configureで「./configure: No such file or directory」と失敗する場合は下記を実行します。

j-1. 失敗したときに表示されるエラーメッセージ。
--------- Error log - file /home/username/.WineCVS/sources/cvscedega/ErrorLog : ---------
/home/username/.WineCVS/Functions/DefaultProfile: line 628: ./configure: No such file or directory


Error in Configure

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)

j-2. 実行すべきスクリプト。
cd ~/.WineCVS/sources/cvscedega/winex
sudo ./setup.sh

j-3. 再度WineCVS.shを実行。
cd ~/tmp/winecvs
./WineCVS.sh

j-4. 質問には r → 0 と答えます。

k. 完了。

インストールしたは良いものの、動くゲームがない。

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

Wiki内検索

マナカナ

livedoor PICS

メンバーのみ編集できます