Skip to main content

Cómo configurar el entorno de desarrollo

Para configurar el entorno de desarrollo, debe instalar la utilidad de repositorio y usar el siguiente manifiesto de repositorio o cualquier otra configuración.

Si planea usar readonly.xml y la utilidad repo, puede ejecutar lo siguiente:

repo init -u https://github.com/osmandapp/OsmAnd-manifest -m readonly.xml
repo sync

También puede usar solo git y extraer los siguientes repositorios de git a los nombres de carpeta correctos:

  • Carpeta android - Osmand
    • git clone https://github.com/osmandapp/Osmand.git android
  • Carpeta ios - OsmAnd-ios
    • git clone https://github.com/osmandapp/OsmAnd-ios.git ios
  • Carpeta resources - OsmAnd-resources
    • git clone https://github.com/osmandapp/OsmAnd-resources.git resources
  • Carpeta core - OsmAnd-core
    • git clone https://github.com/osmandapp/OsmAnd-core.git core
  • Carpeta help - osmandapp.github.io
    • git clone https://github.com/osmandapp/osmandapp.github.io.git help
  • Carpeta core-legacy - OsmAnd-core-legacy
    • git clone https://github.com/osmandapp/OsmAnd-core-legacy.git core-legacy
  • Carpeta build - OsmAnd-build
    • git clone https://github.com/osmandapp/OsmAnd-build.git build
  • Carpeta tools - OsmAnd-tools (servidores, creación de mapas)
    • git clone https://github.com/osmandapp/OsmAnd-tools.git tools
  • Carpeta web - web (solo web)
    • git clone https://github.com/osmandapp/web.git web
  • Carpeta misc - OsmAnd-misc (utilidades independientes)
    • git clone https://github.com/osmandapp/OsmAnd-misc.git misc

Es posible que no necesite todos los repositorios para que las herramientas/Android o iOS funcionen. Siempre puede verificar las ramas correspondientes en repo-configurations.