File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ install:
4848 - sudo make -j8 install
4949 - export OPENCV_DIR=/usr/local/lib
5050 - cd ../../build
51- - wget https://github.com/livecv/livecv-deploy-kit /archive/master. zip
52- - unzip master .zip
53- - mv livecv-deploy-kit-master /* .
51+ - wget https://github.com/livecv/live-pm /archive/v1.4.0. zip
52+ - unzip v1.4.0 .zip
53+ - mv live-pm-1.4.0 /* .
5454 - wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run
5555 - sudo chmod 777 qt-opensource-linux-x64-5.7.0.run
5656 - ./qt-opensource-linux-x64-5.7.0.run --script resources/install-qt.qs --verbose --silent -platform minimal
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ build_script:
2626 - echo %OPENCV_DIR%
2727 - echo %QTDIR%
2828 - ps : $file = "$pwd\deploy.zip"
29- - ps : (new-object System.Net.WebClient).Downloadfile("https://github.com/livecv/livecv-deploy-kit /archive/master .zip", $file)
29+ - ps : (new-object System.Net.WebClient).Downloadfile("https://github.com/livecv/live-pm /archive/v1.4.0 .zip", $file)
3030 - ps : 7z x -y $file -o"."
3131 - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
32- - mv livecv-deploy-kit-master /* .
32+ - mv live-pm-1.4.0 /* .
3333 - python --version
3434 - python livecv_build.py .. msvc2013_64
3535 - python livecv_deploy.py .. msvc2013_64
You can’t perform that action at this time.
0 commit comments