fifo_thekid

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Cross-compilation, CMake and Symlinks #22441
    fifo_thekid
    Participant

    Do Post-Build Steps run on the target machine? I’m currently experimenting with symlinks on Windows to see whether they can solve the problem.

    And that Custom Edition, is it available for preview/trial?

    As for uninstalling, on OpenCV running “make uninstall” would remove the exact files installed by “make install”. I really wish that there is a way to do it with VisualGDB.

    in reply to: Cross-compilation, CMake and Symlinks #22427
    fifo_thekid
    Participant

    is it possible to add my script above as a post installation script?

    what about make uninstall?

    how is it implemented?

    oh and one last question: how to I subscribe to threads on this forum?

    in reply to: Cross-compilation, CMake and Symlinks #22422
    fifo_thekid
    Participant

    Worked like a charm!

    I still had to replace the dups with symlinks using

    sudo fdupes -n -1 -o ‘name’ /usr/local/lib | while read line; do master=””; for file in ${line[*]}; do if [ “x${master}” == “x” ]; then master=$file; else ln -f “${master}” “${file}”; fi; done; done

    And I wish that you would highlight the parts that were updated, and the publishing date. It was impossible for me to know what did you change exactly.

    in reply to: Cross-compilation, CMake and Symlinks #22388
    fifo_thekid
    Participant

    I’m using VisualGDB! But how am I supposed upload the new contents? in the case of OpenCV, the make install command does not install to the sysroots directory. Please have a look at your tutorial. It suggests using SmarTTY which doesn’t work

Viewing 4 posts - 1 through 4 (of 4 total)