LoginSignup
0
0

More than 5 years have passed since last update.

Inside Wine; ソース DL

Last updated at Posted at 2018-02-26

目次

Inside Wine; ソース DL

$ git clone git://source.winehq.org/git/wine.git

でローカルにまるまる DL することが出来る。

すると、カレントディレクトリが ~ であるなら、

~/wine

というフォルダが作成されて、その中に *.c, *.h, *.def, *.map, *.spec, configure, Makefile が全て入る。

紛らわしいが、このフォルダは、「wine」であって、「.wine」ではない。結果、

~/.wine      # 設定ファイル
~/wine       # ソース

の二つが出来る。

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