Talk:Lich:Software: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(added some notes on Ruby 2.4.4 Windows install option)
 
Line 5: Line 5:
</pre>
</pre>
[[User:WHIGHTCNIGHT|WHIGHTCNIGHT]] ([[User talk:WHIGHTCNIGHT|talk]]) 09:31, 26 October 2018 (CDT)
[[User:WHIGHTCNIGHT|WHIGHTCNIGHT]] ([[User talk:WHIGHTCNIGHT|talk]]) 09:31, 26 October 2018 (CDT)

== Debian Installation ==

I kinda hate blind terminal directions, so I'm adding some quick explanations about what the steps do. Please edit/fix/clarify/etc. [[User:SMALLMARGIN|SMALLMARGIN]] ([[User talk:SMALLMARGIN|talk]]) 07:35, 28 May 2019 (CDT)

Revision as of 07:35, 28 May 2019

Notes from Estild & Ondreian from discord on installing newer (2.4.4) version of Ruby on windows:

[10/26/2018, 10:17:42 AM] Estild: You want to manually install the newer gems on Windows for 2 reasons under Ruby 2.4.4 (and you can use the x64 version now too).  First, because Lich won't do it at all since it looks for gem.bat in your Ruby installation directory, but said file is now gem.cmd.  Second, to get more current versions of the needed gems, since Lich tries to download older versions instead of the latest.  So after installing Ruby, you need to manually run gem install sqlite3 cairo gtk2 --source http://rubygems.org/ --no-ri --no-rdoc from your C:\Ruby24-x64\bin\ directory (or from wherever you installed it).(edited)
[10/26/2018, 10:22:40 AM] Ondreian: I personally think that the install instruction should be updated to include checking the add binaries to %PATH%

WHIGHTCNIGHT (talk) 09:31, 26 October 2018 (CDT)

Debian Installation

I kinda hate blind terminal directions, so I'm adding some quick explanations about what the steps do. Please edit/fix/clarify/etc. SMALLMARGIN (talk) 07:35, 28 May 2019 (CDT)