Skip to main content

Geliştirme Ortamı Nasıl Kurulur?

Geliştirme ortamını kurmak için repo yardımcı programını yüklemeniz ve aşağıdaki repo manifestini veya başka bir yapılandırmayı kullanmanız gerekir.

readonly.xml ve repo yardımcı programını kullanmayı planlıyorsanız şunları çalıştırabilirsiniz:

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

Ayrıca sadece git kullanabilir ve aşağıdaki git depolarını doğru klasör adlarına kontrol edebilirsiniz:

  • Klasör android - Osmand
    • git clone https://github.com/osmandapp/Osmand.git android
  • Klasör ios - OsmAnd-ios
    • git clone https://github.com/osmandapp/OsmAnd-ios.git ios
  • Klasör resources - OsmAnd-resources
    • git clone https://github.com/osmandapp/OsmAnd-resources.git resources
  • Klasör core - OsmAnd-core
    • git clone https://github.com/osmandapp/OsmAnd-core.git core
  • Klasör help - osmandapp.github.io
    • git clone https://github.com/osmandapp/osmandapp.github.io.git help
  • Klasör core-legacy - OsmAnd-core-legacy
    • git clone https://github.com/osmandapp/OsmAnd-core-legacy.git core-legacy
  • Klasör build - OsmAnd-build
    • git clone https://github.com/osmandapp/OsmAnd-build.git build
  • Klasör tools - OsmAnd-tools (sunucular, harita oluşturma)
    • git clone https://github.com/osmandapp/OsmAnd-tools.git tools
  • Klasör web - web (yalnızca web)
    • git clone https://github.com/osmandapp/web.git web
  • Klasör misc - OsmAnd-misc (bağımsız yardımcı programlar)
    • git clone https://github.com/osmandapp/OsmAnd-misc.git misc

Araçların/android'in veya ios'un çalışması için tüm depoları kullanmanız gerekmeyebilir. repo-configurations içindeki ilgili dalları her zaman tekrar kontrol edebilirsiniz.