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_SDK
environment variable to point to the directoryapp/ezyplatform-sdk
. - Add the
$EZYPLATFORM_SDK/bin
directory to thePATH
environment variable, so you can use theezy.sh
tool.
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
.