5
6

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 5 years have passed since last update.

ubuntuでwineのインストールが一手間必要だった

Last updated at Posted at 2015-05-23

注意点

dpkg --add-architecture i386

が必要だった。

dockerイメージ作った

ubuntuのリポジトリ

sudo add-apt-repository ppa:ubuntu-wine/ppa

winetrickで入れておいたほうが良いもの

一括インストール

for i in \
 dotnet20 d3dx11_42 d3dx11_43  d3dx10 \
 d3dx9_26 d3dx9_28 d3dx9_31 d3dx9_35 d3dx9_36 \
 d3dx9_39 d3dx9_42 d3dx9_43 d3dx9 directx9 \
 dinput dinput8 directmusic directplay dmsynth \
 gfw mfc40 mfc42 physx quartz vb6run vcrun2003 vcrun2005 vcrun2008 \
 vcrun2010 vcrun6 vcrun6sp6 wmp9 wsh56vb wsh57 xact xact_jun2010 \
 xinput xna40
do
  winetricks $i
done
5
6
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
5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?