summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-14 16:26:06 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-14 16:26:06 +0000
commitebb50130d2582d000f1efea1200e690486f88c57 (patch)
tree611c45b7f92078c0bc0ab7dac5460afb28120a83 /symbian
parente64193ea377eb7091f915d11ad558546fd144494 (diff)
* 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
Diffstat (limited to 'symbian')
-rw-r--r--symbian/README.SYMBIAN5
1 files changed, 4 insertions, 1 deletions
diff --git a/symbian/README.SYMBIAN b/symbian/README.SYMBIAN
index 3de4594dcf..5e31e47702 100644
--- a/symbian/README.SYMBIAN
+++ b/symbian/README.SYMBIAN
@@ -88,13 +88,16 @@
'abld freeze gcce ruby'
'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
+
+(4) In case dynamic extensions support was enabled repeat (3) for ruby_core_ext.pkg
== Known problems
Currently gems are not supported.
Currently signals are supported with reduced functionality (see OpenC release notes.)
+Dynamic extensions could be installed only on internal drive "C".
=end