diff options
| author | azav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-26 19:34:53 +0000 |
|---|---|---|
| committer | azav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-26 19:34:53 +0000 |
| commit | b6d0ad1409ac3275fbc35f26f8e0943e111d7f70 (patch) | |
| tree | e99185638fd1c5b9315a00ef722b9a51eb56a224 | |
| parent | b8b5a82853a8c784fa8dd8cf9830bab767a8d113 (diff) | |
| download | ruby-b6d0ad1409ac3275fbc35f26f8e0943e111d7f70.tar.gz ruby-b6d0ad1409ac3275fbc35f26f8e0943e111d7f70.tar.xz ruby-b6d0ad1409ac3275fbc35f26f8e0943e111d7f70.zip | |
Update to work with the latest PIPS version 1.6
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | symbian/README.SYMBIAN | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/symbian/README.SYMBIAN b/symbian/README.SYMBIAN index 03c1f0b23..3de4594dc 100644 --- a/symbian/README.SYMBIAN +++ b/symbian/README.SYMBIAN @@ -4,7 +4,7 @@ == Requirement -(1) Nokia S60 SDK version 3.1 or later from http://www.forum.nokia.com/Resources_and_Information/Tools/Platforms/S60_Platform_SDKs/ with OpenC plugin installed. +(1) Nokia S60 SDK version 3.2 or later from http://www.forum.nokia.com/Resources_and_Information/Tools/Platforms/S60_Platform_SDKs/ with the latest OpenC plugin installed. Note: if you want to build dynamic extensions support you need to install the latest version of GCC compiler from http://www.codesourcery.com/gnu_toolchains/arm/portal/release643. After that you need to apply a patch below to a header file (SDK_ROOT)\epoc32\include\gcce\gcce.h @@ -94,7 +94,7 @@ == Known problems Currently gems are not supported. -Currently signals are not supported. +Currently signals are supported with reduced functionality (see OpenC release notes.) =end |
