1.1.1. Preparing your environment

The Proximie SDK has several dependencies that must be installed in your development environment, before attempting to build an application using the SDK.

There are two main ways to establish a suitable development environment:

  1. Build your application within Docker

    This is the recommended approach, as it simplifies the setup and ensures a consistent environment. See Docker environment for details.

  2. Build your application on your local machine

    This requires setting up the necessary dependencies and tools on your system. See Host environment for details.