Ga naar hoofdinhoud

De ontwikkelomgeving instellen

Om de ontwikkelomgeving in te stellen, moet u het repo-hulpprogramma installeren en de volgende repo-manifest of elke andere configuratie gebruiken.

Als u de readonly.xml en het repo-hulpprogramma wilt gebruiken, kunt u het volgende uitvoeren:

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

U kunt ook gewoon git gebruiken en de volgende git-repositories uitchecken naar de juiste mapnamen:

  • Map android - Osmand
    • git clone https://github.com/osmandapp/Osmand.git android
  • Map ios - OsmAnd-ios
    • git clone https://github.com/osmandapp/OsmAnd-ios.git ios
  • Map resources - OsmAnd-resources
    • git clone https://github.com/osmandapp/OsmAnd-resources.git resources
  • Map core - OsmAnd-core
    • git clone https://github.com/osmandapp/OsmAnd-core.git core
  • Map help - osmandapp.github.io
    • git clone https://github.com/osmandapp/osmandapp.github.io.git help
  • Map core-legacy - OsmAnd-core-legacy
    • git clone https://github.com/osmandapp/OsmAnd-core-legacy.git core-legacy
  • Map build - OsmAnd-build
    • git clone https://github.com/osmandapp/OsmAnd-build.git build
  • Map tools - OsmAnd-tools (servers, kaartcreatie)
    • git clone https://github.com/osmandapp/OsmAnd-tools.git tools
  • Map web - web (alleen web)
    • git clone https://github.com/osmandapp/web.git web
  • Map misc - OsmAnd-misc (zelfstandige hulpprogramma's)
    • git clone https://github.com/osmandapp/OsmAnd-misc.git misc

Mogelijk hebt u niet alle repositories nodig om tools / Android of iOS werkend te krijgen. U kunt altijd de corresponderende branches in repo-configurations dubbel controleren.