1======================================================================= 2Revolution SDK Extensions 2.1 3 2007/12/10 4======================================================================= 5 6- Introduction 7- System Requirements 8- Quick Start 9- About the changes 10 11======================================================================= 12Introduction 13======================================================================= 14The RevolutionSDK Extensions package (the REX package) is an extended library package that adds various features to the Revolution SDK (the SDK). These features include Internet-based wired and wireless network features, features for data communications with the Nintendo DS, and virtual file system features. 15 16Since REX does not run on its own, be absolutely sure to install the SDK first. 17 18 19======================================================================= 20System Requirements 21======================================================================= 22The corresponding SDK version is as follows: 23 24- RevolutionSDK: Revolution SDK 3.1 Patch 2 25- NDEV Firmware 35.4.16 26 27This will run on the NDEV Wii development platform. 28 29 30======================================================================= 31Quick Start 32======================================================================= 33 341) Install tools including the Revolution SDK tools. 35 36Be sure to install SDK-related tools and NDEV-related tools according to the prescribed procedure. 37 38 392. Extract the Revolution SDK Extensions package. 40 41Unpack the REX package in a directory different from the SDK directory. 42Also be absolutely sure to install REX and the SDK in separate directories to avoid problems such as file collisions and disparity of file versions caused by current differences in the frequency with which the SDK and REX packages are updated. 43 44NOTE: The package configuration may be standardized (such that the two packages are updated together) in the future. 45 46 473. Set the REVOLUTION_EXT_ROOT environment variable. 48 49Set the REVOLUTION_EXT_ROOT environment variable as the path to the top directory of the package. 50When $/RevoEX appears below, it refers to the top directory. The following files and directories are in the top directory: 51 52 % ls $REVOLUTION_EXT_ROOT 53 RVL X86 build include makefile man 54 55 564. Update the NDEV firmware. 57 58 To use REX 2.1 you need version 35.4.16 or later of the NDEV firmware. Therefore, use the latest version of the Revolution SDK, and update your NDEV firmware. 59 60 615. Network settings. 62 63Because some of the network demos use settings saved to the console's NAND flash memory, you should configure your network settings after referring to the following document: $/RevoEX/docs/TechnicalNotes/NetworkDevelopment.jp.pdf 64 65 666. Build demos. 67 68To start building demos supplied with REX run the following from the $/RevoEX directory: 69 70 % make 71 72 73The binary files are generated in $/RevoEX/RVL/bin/demos. 74 75 76======================================================================= 77About the changes 78======================================================================= 79 80Refer to the "Revolution SDK Extensions Revision History" page in the Function Reference manual regarding changes to the individual packages released up through RevolutionSDK Extensions 2.1. 81 82 83 84======================================================================= 85