2013年8月21日水曜日

Wine を Debian sid/unstable にインストール

SDPA の 64bit Windows binary が必要そうなので、以前はコンパイルに失敗したが今度はできるかもしれない、ということで再度挑戦してみている。

ただ、Debian sid/unstable から Wine のバイナリーが削除されているようなので、Wine のインストールをしてみた。
(SDPA の Windows binary は Debian 上でクロスコンパイルしている。)

1.
deb-src http://ftp.jp.debian.org/debian sid main contrib non-free
を /etc/apt/sources.list に追加
2. # apt-get update
3. # apt-get build-dep wine
4. # apt-get install build-essentials checkinstall


5. git clone git://source.winehq.org/git/wine.git ~/wine-git
6. cd ~/wine-git
7. ./configure --enable-win64 --disable-win16 --disable-tests
8. make
9. # make install


参考 URL
http://forums.debian.net/viewtopic.php?f=10&t=68770
http://wiki.winehq.org/GitWine#head-ac963f86ee8616e2d0607735a80183b538379f84


今日の作業内容:発表資料作成 2h + SDPA コンパイル 1h
今日のランチ:ハーフレモン + おさつスナック + インスタント焼きそば + ミックスゼリー
明日の予測作業時間:1h



0 件のコメント:

コメントを投稿