Skip to content

Update sources

Dmitry Baryshnikov edited this page Apr 7, 2017 · 1 revision

Intro

The process of update sources need to get current QGIS sources and merge them to NextGIS QGIS repository. Any changes and fixes should goes to QGIS trunk (preferable).

Steps

  1. git clone --depth 1 --branch 'final-2_14_13' --single-branch https://github.com/qgis/QGIS.git QGIS2_14_13
  2. Start meld and look to new files
  3. Fix nextgisqgis/opt/filse.csv to get new files
  4. Execute python tools.py organize --src /Users/Bishop/work/projects/tmp/QGIS2_14_13/ --dst_name qgis from borsch repository.
  5. CD to nextgisqgis folder
  6. Execute cmake --build . --config release -- -j 8 && cmake --build . --config release --target install
  7. Go to installer repository folder
  8. Update installer python create_installer.py -t /nextgis_installer/build -q /qt-everywhere-opensource-src-5.7.1/qtbase/bin -s /borsch/ -n -r https://my.nextgis.com/downloads/software/installer/repository-mac update
Clone this wiki locally