mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* symbian/README.SYMBIAN: Ruby Core installation separated from standard extensions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e64193ea37
commit
ebb50130d2
1 changed files with 4 additions and 1 deletions
|
@ -88,13 +88,16 @@
|
||||||
'abld freeze gcce ruby'
|
'abld freeze gcce ruby'
|
||||||
'abld build gcce urel'
|
'abld build gcce urel'
|
||||||
|
|
||||||
(3) Run `makesis ruby.pkg' from symbian\sis directory
|
(3) Run 'makesis ruby.pkg' from symbian\sis directory
|
||||||
This command will create unsigned installation file ruby.sis. To sign it follow the guidlines from www.symbiansigned.com
|
This command will create unsigned installation file ruby.sis. To sign it follow the guidlines from www.symbiansigned.com
|
||||||
|
|
||||||
|
(4) In case dynamic extensions support was enabled repeat (3) for ruby_core_ext.pkg
|
||||||
|
|
||||||
== Known problems
|
== Known problems
|
||||||
|
|
||||||
Currently gems are not supported.
|
Currently gems are not supported.
|
||||||
Currently signals are supported with reduced functionality (see OpenC release notes.)
|
Currently signals are supported with reduced functionality (see OpenC release notes.)
|
||||||
|
Dynamic extensions could be installed only on internal drive "C".
|
||||||
|
|
||||||
=end
|
=end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue