1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5<meta http-equiv="Content-Style-Type" content="text/css" /> 6<title>NintendoWare for CTR 1.2.23</title> 7<style type="text/css"> 8<!-- 9body { 10 font-weight : normal; 11 color : #000000; 12 margin : 8px; 13} 14 15div { 16 width : 98%; 17 white-space : nowrap; 18} 19 20div.title { 21 text-align : left; 22 font-weight : bold; 23 font-size : 150%; 24 color : #202020; 25 border-style : double; 26 border-width : 8px; 27 /* タイトルを囲む枠線の色を指定 */ 28 border-color : #FF6600; 29 30 margin : 4px; 31 padding : 4px; 32} 33 34h1 { 35 font-weight : bold; 36 font-size : 150%; 37 border-style : none none solid double; 38 border-width : 0px 0px 2px 8px; 39 /* 見出しの線の色を指定 */ 40 border-color : #FF6600; 41 42 margin-left : 2px; 43 padding-left : 4px; 44} 45 46table { 47 margin-top : 2pt; 48 margin-bottom : 2pt; 49 margin-left : 0pt; 50 margin-right : 0pt; 51 padding-left : 0pt; 52 padding-right : 0pt; 53 position : relative; 54 left : 12px; 55 font-family : Arial; 56 font-size : 10pt; 57 border-style : none none none none; 58} 59 60td,th { 61 padding : 2pt; 62 border-width : 2pt; 63 border-style : none none none none; 64 font-style : normal; 65 text-align : left; 66} 67 68td { 69 background : #FFEECC; 70 font-weight : normal; 71} 72 73th { 74 background : #FFEECC; 75 font-weight : bold; 76} 77 78p { 79 margin-left : 4px; 80} 81 82--> 83</style> 84 85</head> 86<body> 87<a name="top"></a> 88 89 90<div class="title"> 91Readme-NintendoWareForCtr-1_2_23.html<br /> <br /> NintendoWare for CTR 1.2.23 92<div align="right"> 932011/01/12 (Rev: 29752) 94</div> 95</div> 96 97<h1>Table of Contents</h1> 98 <ol> 99 <li><a href="#ss01">Introduction</a></li> 100 <li><a href="#ss03">Copyrights and Other Legal Disclaimers</a></li> 101 <li><a href="#ss04">System Requirements</a></li> 102 <li><a href="#ss05">Confirmed Operating Environment</a></li> 103 <li><a href="#ss06">Installation Procedure</a></li> 104 <li><a href="#ss09">The Next Step</a></li> 105 </ol> 106 107<h1>1. <a name="ss01">Introduction</a></h1> 108 <p>This package is NintendoWare for CTR.<br /> <br /> NintendoWare for CTR is the collective name for the tools and libraries used to develop graphics and sounds for CTR game software.<br /> 109 </p> 110 111<div align="right"><a href="#top">Back to top</a></div> 112 113<h1>2. <a name="ss03">Copyrights and Other Legal Disclaimers</a></h1> 114 ■ About IronPython 115 <p> 116 This package includes software that was developed using IronPython (http://ironpython.codeplex.com/).<br /> A copy of the license file for IronPython is located in the following directory. 117 </p> 118 <ul> 119 <li><CODE>NintendoWare/CTR/documents/License/IronPython</CODE></li> 120 </ul> 121 122 ■ About IronRuby 123 <p> 124 This package includes software that was developed using IronRuby (http://ironruby.net/).<br /> A copy of the license file for IronRuby is located in the following directory. 125 </p> 126 <ul> 127 <li><CODE>NintendoWare/CTR/documents/License/IronRuby</CODE></li> 128 </ul> 129 130<div align="right"><a href="#top">Back to top</a></div> 131 132<h1>3. <a name="ss04">System Requirements</a></h1> 133<table> 134 <tbody> 135 <tr><th rowspan="2">OS</th><td>Microsoft Windows XP Professional Service Pack 3 (32-bit)</td></tr> 136 <tr><td>Microsoft Windows 7 Professional (64-bit)</td></tr> 137 <tr><th>Runtime</th><td>Microsoft .NET Framework 3.5 SP1</td></tr> 138 </tbody> 139</table> 140 141<div align="right"><a href="#top">Back to top</a></div> 142 143<h1>4. <a name="ss05">Confirmed Operating Environment</a></h1> 144<table> 145 <tbody> 146 <tr><th>SDK</th><td>CTR-SDK 0.14.23</td><tr> 147 <tr><th>Compiler</th><td>RVCT 4.0 for Nintendo (ARM compiler), 2010/09/09 version</td> 148 <tr><th>Debugger</th><td>PARTNER-CTR 2010/12/24 version</td> 149 </tbody> 150</table> 151 152<div align="right"><a href="#top">Back to top</a></div> 153 154<h1>5. <a name="ss06">Installation Procedure</a></h1> 155 <p> 156 Run the <CODE>setup.wsf</CODE> file that is located in the <CODE>NintendoWare/CTR</CODE> folder. This will set the <CODE>NW4C_ROOT</CODE> environment variable to the absolute path of the <CODE>NintendoWare/CTR</CODE> folder. 157 </p> 158 159<div align="right"><a href="#top">Back to top</a></div> 160 161<h1>6. <a name="ss09">The Next Step</a></h1> 162 <p> 163 Opening the <a href="documents/index.html"><CODE>NintendoWare/CTR/documents/index.html</CODE></a> file in the package will display a page that has links to all of the documentation. Before using the package, please read through the release notes that contains basic information for using the package.<br /><br /> 164 </p> 165 166<div align="right"><a href="#top">Back to top</a></div> 167 168 169<hr><p>CONFIDENTIAL</p></body> 170</html> 171