Wine 3.0 が安定版になっていた

愛用しているモバイルPC"VersaPro VY12M/C-3"のHDDをSSDに換装したので、以前導入した Wine が消えていました。
一太郎2008 を使用したかったので、再度 Wine をインストールしたら知らないうちにメジャーバージョンアップしていました。

導入方法

導入方法は、以前の記事「Wine 2.0.2を導入する」と変わりません。

$ cd /tmp/
$ wget https://dl.winehq.org/wine-builds/Release.key

$ sudo apt-key add Release.key
$ sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'

$ sudo apt-get update
$ sudo apt-get install --install-recommends winehq-stable

$ wine --version
wine-3.0.1

最新版は、Wine 3.10

Wine 3.0 は2018年1月に、最新版 Wine 3.10 は 今月(2018年6月)リリースされています。

最近は、グラフィックス周りに注力しているようですね。
Direct3D, Vulkan は共に3次元CGのAPIで、DirectWrite(DirectX)とともにコンシューマ用途ではゲーム関連で使われています。
業務では、3次元のモデルデータ解析や3次元CADなど、ワークステーション用途で使われています。

base on WineHQ - News - Wine 3.0 Released
January 18, 2018
The Wine team is proud to announce that the stable release Wine 3.0 is now available.

This release represents a year of development effort and over 6,000 individual changes. It contains a large number of improvements that are listed in the release notes. The main highlights are:

  • Direct3D 10 and 11 support.
  • The Direct3D command stream.
  • The Android graphics driver.
  • Improved DirectWrite and Direct2D support.
  • Once again, because of the annual release schedule, a number of features that are being worked on have been deferred to the next development cycle. This includes in particular Direct3D 12 and Vulkan support, as well as OpenGL ES support to enable Direct3D on Android.

base on WineHQ - News - Wine 3.10 Released
June 11, 2018
The Wine development release 3.10 is now available.

What's new in this release:

  • Swapchain support in Direct 3D 12.
  • Vulkan support updated to the latest spec.
  • Debugger support for Wow64 processes.
  • Still more support for the Task Scheduler.
  • Various bug fixes.