Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21 lines (18 sloc)
686 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILDING | |
| ============================ | |
| To build the user version | |
| -------------------------- | |
| To build without homehook and adhoc, type "make user" | |
| To build with homehook, type "make home" | |
| To build with adhoc, type "make adhoc" | |
| To build the me version | |
| -------------------------- | |
| To build without homehook and adhoc, type "make me" | |
| To build with homehook, type "make mehome" | |
| To build with homehook and adhoc, type "make mehomeadhoc" | |
| About each versions | |
| -------------------------- | |
| The user version works on user mode so it can work on HBL. | |
| The me version use media engine so it can run faster. | |
| Homehook enables to open menu by pushing home button. | |
| Adhoc enables to play a match on Wi-Fi. |