Giter VIP home page Giter VIP logo

Comments (4)

renambot avatar renambot commented on August 14, 2024
  • Issue #31 seems to fail a homebrew build.

For now:

brew install qt@6 cmake
git clone https://github.com/marlam/bino
cd bino
mkdir build
cd build
cmake ..
make -j 4
./bino

from bino.

renambot avatar renambot commented on August 14, 2024

See #32

Formula/bino.rb

class Bino < Formula
  desc "3D video player with support for 180/360 video and Virtual Reality"
  homepage "https://bino3d.org"
  url "https://github.com/marlam/bino.git", tag: "bino-2.2"
  license "GPL-3.0-or-later"
  head "https://github.com/marlam/bino.git", branch: "main"

  depends_on "cmake" => :build
  depends_on "qt@6"

  def install
    system "cmake", "-S", ".", "-B", "build", "-D", "QVR_FOUND=OFF", *std_cmake_args
    system "make", "-C", "build", "-j", "4"
    system "cmake", "--install", "build"
  end

  test do
    # `test do` will create, run in and delete a temporary directory.
    #
    # This test will fail and we won't accept that! For Homebrew/homebrew-core
    # this will need to be a test that verifies the functionality of the
    # software. Run the test with `brew test bino`. Options passed
    # to `brew install` such as `--HEAD` also need to be provided to `brew test`.
    #
    # The installed folder is not in the path, so use the entire path to any
    # executables being tested: `system "#{bin}/program", "do", "something"`.
    system "false"
  end
end

from bino.

marlam avatar marlam commented on August 14, 2024

Thank you very much for your work!
The Bino project is the wrong place to put a homebrew recipe (or any other package build scripts).
This should probably go to the homebrew project itself, see https://github.com/Homebrew/brew/blob/master/CONTRIBUTING.md

from bino.

porg avatar porg commented on August 14, 2024

@renambot Thanks with these steps I could now successfully build from the current git repo. On my Intel Mac. Would do the same on my Apple Silicon Mac, when available again, then. Thanks!

from bino.

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.