Install EzyPlatform SDK
Updated at 1708010128000Installing EzyPlatform
You can find installation instructions here.
Installing EzyPlatform SDK
- Download the EzyPlatform SDK here.
- Unzip the downloaded SDK, for example, into the directory:
app/ezyplatform-sdk. - Set up the
EZYPLATFORM_SDKenvironment variable to point to the directoryapp/ezyplatform-sdk. - Add the
$EZYPLATFORM_SDK/bindirectory to thePATHenvironment variable, so you can use theezy.shtool.
Building necessary libraries
Make sure you have already installed apache maven before.
- Clone the ezyplatform-development repository.
- Navigate to the cloned ezyplatform-development directory and run the command:
bash build.sh.