Version 10 vs 11
Version 10 vs 11
Edits
Edits
- Edit by 0xseantasker, Version 11
- Nov 7 2016 5:44 PM
- Edit by Timotheos, Version 10
- Jun 12 2016 4:49 PM
- ·Capitalisation (as Echo Installer is a particular project, not a common word)
« Previous Change | Next Change » |
Edit Older Version 10... | Edit Older Version 11... |
Content Changes
Content Changes
=Installing Prerequisites=
The recommended way to set up your system and build Echo is to do the following.
==On Ubuntu-based Linux==
- Ensure you have [[tools|Mercurial]] installed first.
- Ensure you have access to [[/diffusion|the repositories]].
- Ensure you have updated the host fingerprint as per the [[technical_documents/repositories/|Repositories]] page. This will avoid any certificate errors when attempting to clone.
- Clone the rEI Echo Installer repository into the desired location.
- Run `sudo ./SetupEcho.sh` and follow the prompts.
=Building Echo=
Do one of the following:
# Navigate to the cloned EchoInstaller directory and run `./BuildEcho.sh`.
# Open the `echo3` project in [[tools/netbeans|NetBeans]] and Build from there.
=Installing Prerequisites=
The recommended way to set up your system and build Echo is to do the following.
==On Ubuntu-based Linux==
- Ensure you have [[tools|Mercurial]] installed first.
- Ensure you have access to [[/diffusion|the repositories]].
- Ensure you have updated the host fingerprint as per the [[technical_documents/repositories/|Repositories]] page. This will avoid any certificate errors when attempting to clone.
- Clone the rEI Echo Installer repository into the desired location.
- Run `sudo ./SetupEcho.sh` and follow the prompts.
=Building Echo=
The installer script will attempt to build Echo for all targets that were selected (including Debug and Release for Linux). If you want, or need to, to build manually you can do one of the following:
# Navigate to the cloned EchoInstaller directory and run `./BuildEcho.sh`. The default platform is linux. You can specify the platform you want using `PLATFORMS=platformname ./BuildEcho.sh` where `platformname` is the lowercase name of the platform. At the time of this writing the following were available: `linux, android, wii, windowscross`.
# Open the `echo3` project in [[tools/netbeans|NetBeans]] and build using the IDE.
=Installing Prerequisites=
The recommended way to set up your system and build Echo is to do the following.
==On Ubuntu-based Linux==
- Ensure you have [[tools|Mercurial]] installed first.
- Ensure you have access to [[/diffusion|the repositories]].
- Ensure you have updated the host fingerprint as per the [[technical_documents/repositories/|Repositories]] page. This will avoid any certificate errors when attempting to clone.
- Clone the rEI Echo Installer repository into the desired location.
- Run `sudo ./SetupEcho.sh` and follow the prompts.
=Building Echo=
DThe installer script will attempt to build Echo for all targets that were selected (including Debug and Release for Linux). If you want, or need to, to build manually you can do one of the following:
# Navigate to the cloned EchoInstaller directory and run `./BuildEcho.sh`. The default platform is linux. You can specify the platform you want using `PLATFORMS=platformname ./BuildEcho.sh` where `platformname` is the lowercase name of the platform. At the time of this writing the following were available: `linux, android, wii, windowscross`.
# Open the `echo3` project in [[tools/netbeans|NetBeans]] and Bbuild fromusing there IDE.