1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] updated about icons in win32/README.win32 [ci skip]

[Bug #13348]
This commit is contained in:
Nobuyoshi Nakada 2019-08-04 08:07:06 +09:00
parent 586e23c97d
commit 9b38c84550
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -67,12 +67,16 @@ to their base names.
$(RUBYW_INSTALL_NAME).ico or rubyw.ico --> $(RUBYW_INSTALL_NAME).exe $(RUBYW_INSTALL_NAME).ico or rubyw.ico --> $(RUBYW_INSTALL_NAME).exe
the others --> $(RUBY_SO_NAME).dll the others --> $(RUBY_SO_NAME).dll
Although no icons are distributed with the ruby source or in the official Although no icons are distributed with the ruby source, you can use
site, you can use anything you like. For example, followings are written anything you like. You will be able to find many images by search engines.
in Japanese, but you can download at least. For example, followings are made from {Ruby logo
kit}[https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip]:
* http://homepage1.nifty.com/a_nakata/ruby/ or * Small {favicon}[https://www.ruby-lang.org/favicon.ico] in the official
{icon itself}[http://homepage1.nifty.com/a_nakata/ruby/RubyIcon.ico] site
* http://ruby.morphball.net/vit-ruby-ico_en.html or
{icon itself}[http://ruby.morphball.net/icon/vit-ruby.ico]
== Build examples == Build examples