1.1. 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:
- Build your application on your local machine
This requires setting up the necessary dependencies and tools on your system. See Host environment for details.
- Build your application within a Docker container
Working in a docker container isolates your development environment from your host machine, preventing SDK-specific dependencies from conflicting with other software on your system. It also ensures a consistent, reproducible environment, which can be easily shared across a team. See Docker environment for details.