Giter Club home page Giter Club logo

Comments (7)

umireon avatar umireon commented on June 25, 2024 1

Now available on https://github.com/occ-ai/obs-backgroundremoval/blob/main/docs/BUILDING-FEDORA.md

from obs-backgroundremoval.

T0MASD avatar T0MASD commented on June 25, 2024 1

Thanks very much!

Confirming build using the new instructions

    cmake -B build_x86_64 \
      -DCMAKE_BUILD_TYPE=Release \
      -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
      -DENABLE_FRONTEND_API=ON \
      -DENABLE_QT=OFF \
      -DUSE_SYSTEM_OPENCV=ON
    cmake --build build_x86_64

passes:

      -- The C compiler identification is GNU 14.0.1
      -- The CXX compiler identification is GNU 14.0.1
      -- Detecting C compiler ABI info
      -- Detecting C compiler ABI info - done
      -- Check for working C compiler: /usr/bin/cc - skipped
      -- Detecting C compile features
      -- Detecting C compile features - done
      -- Detecting CXX compiler ABI info
      -- Detecting CXX compiler ABI info - done
      -- Check for working CXX compiler: /usr/bin/c++ - skipped
      -- Detecting CXX compile features
      -- Detecting CXX compile features - done
      -- Found Threads: TRUE
      -- Found OpenCV: /usr (found version "4.9.0") found components: core imgproc
      -- Found CURL: /usr/lib64/libcurl.so (found version "8.6.0")
      -- Configuring done (253.9s)
      -- Generating done (0.0s)
      -- Build files have been written to: /tmp/obs-backgroundremoval-main/build_x86_64
      [  6%] Building C object CMakeFiles/plugin-support.dir/plugin-support.c.o
      [ 13%] Linking C static library libplugin-support.a
      [ 13%] Built target plugin-support
      [ 20%] Building CXX object src/update-checker/CurlClient/CMakeFiles/CurlClient.dir/CurlClient.cpp.o
      [ 26%] Linking CXX static library libCurlClient.a
      [ 26%] Built target CurlClient
      [ 33%] Building C object CMakeFiles/obs-backgroundremoval.dir/src/plugin-main.c.o
      [ 40%] Building CXX object CMakeFiles/obs-backgroundremoval.dir/src/ort-utils/ort-session-utils.cpp.o
      [ 46%] Building CXX object CMakeFiles/obs-backgroundremoval.dir/src/obs-utils/obs-utils.cpp.o
      [ 53%] Building CXX object CMakeFiles/obs-backgroundremoval.dir/src/obs-utils/obs-config-utils.cpp.o
      [ 60%] Building CXX object CMakeFiles/obs-backgroundremoval.dir/src/update-checker/github-utils.cpp.o
      [ 66%] Building CXX object CMakeFiles/obs-backgroundremoval.dir/src/update-checker/update-checker.cpp.o
      [ 73%] Building C object CMakeFiles/obs-backgroundremoval.dir/src/background-filter-info.c.o
      [ 80%] Building CXX object CMakeFiles/obs-backgroundremoval.dir/src/background-filter.cpp.o
      [ 86%] Building CXX object CMakeFiles/obs-backgroundremoval.dir/src/enhance-filter.cpp.o
      [ 93%] Building C object CMakeFiles/obs-backgroundremoval.dir/src/enhance-filter-info.c.o
      [100%] Linking CXX shared module obs-backgroundremoval.so
      [100%] Built target obs-backgroundremoval

from obs-backgroundremoval.

umireon avatar umireon commented on June 25, 2024

@T0MASD
Fedora building instructions are not actively maintained because the OBS project doesn't support Fedora officially.
Please develop the instructions which can be used on Fedora by yourself 😄
Thank you for considering contributing our project 👍 👍 👍

from obs-backgroundremoval.

T0MASD avatar T0MASD commented on June 25, 2024

fedora build instructions are correct and https://codeload.github.com/occ-ai/obs-backgroundremoval/zip/refs/tags/1.1.13 builds fine with:

.github/scripts/build-linux --skip-deps
sudo cmake --install build_x86_64 --prefix /usr

but not the code in HEAD (error in description)

from obs-backgroundremoval.

umireon avatar umireon commented on June 25, 2024

@T0MASD It revealed that the Fedora build instructions are too old and invalid now. Can you develop a new building instructions based on OpenSUSE's one?

from obs-backgroundremoval.

umireon avatar umireon commented on June 25, 2024

https://github.com/occ-ai/obs-backgroundremoval/blob/main/docs/BUILDING-OPENSUSE.md

from obs-backgroundremoval.

umireon avatar umireon commented on June 25, 2024

@T0MASD
I have revised the building instructions on Fedora for you.
Please try the following new instructions.
https://github.com/occ-ai/obs-backgroundremoval/blob/5ac9f1c607ada4e53ab509db1e2b4a309570168e/docs/BUILDING-FEDORA.md

This document will be included by #581

from obs-backgroundremoval.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.