90
edits
(initial release) |
|||
| Line 10: | Line 10: | ||
=== How to build === | === How to build === | ||
Before build NSPR for Symbian OS, it is assumed you know the build process and tool chain used to build a common Symbian OS project. If you haven't got the idea of running a Symbian OS project building, check [http://www.forum.nokia.com/main/resources/technologies/symbian/documentation/getting_started.html this] and [http://wiki.forum.nokia.com/index.php/How_do_I_start_programming_for_Symbian_OS%3F this], the last part "Resources" will help too. | |||
Then you can grab the [https://bugzilla.mozilla.org/attachment.cgi?id=319556 patch], apply it under directory <tt>mozilla/nsprpub</tt>. After patch applied, you can use <tt>bldmake bldfiles</tt> and <tt>abld build gcce urel</tt> command to build the project under path <tt>mozilla/nsprpub/build/symbian</tt>. Also you could import <tt>bld.inf</tt> projects set file in your [http://www.forum.nokia.com/main/resources/tools_and_sdks/carbide_cpp/index.html Carbide.C++] IDE and then build it. | |||
=== What's in this patch === | === What's in this patch === | ||
edits