Skip to content

TheMickeyMike/hyperion-macOs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

hyperion-MacOS

Build Status

Hyperion installation script for macOS. Tested with OS X El Capitan & macOS Sierra.

About

Simple bash script wrapping hyperion build & installation under macOS. Script is building forked repository containing fix created by Danimal4326

Before you start

⚠️ During installation process script is deleting directories from /usr/local/hyperion/*, so make sure you back up all your configs (/usr/local/hyperion/config) and effects (/usr/local/hyperion/effects) files.

How to use

  1. Clone repo git clone https://github.com/TheMickeyMike/hyperion-macOs.git
  2. Navigate to repo cd hyperion-macOs/
  3. Execute installation script ./install_on_osx_qt5.sh. Before installation, please back up all your configs and effects! More in Before you start.

Problem solver

  • Im getting -bash: ./install_on_osx_qt5.sh: Permission denied after executing command ./install_on_osx_qt5.sh.

    To solve this problem you need made the file install_on_osx_qt5.sh executable. Navigate to repo directory cd hyperion-macOs/. Execute chmod +x install_on_osx_qt5.sh. Now you should be able to execute commmand from point 3.

Q&A

  1. Why script is asking me for my password? 😦

    Script require password only during installation process, to copy compiled binaries into macOS directory /usr/local/hyperion.

Requirements

  • Installed Homebrew
  • Qt5 (Installed by script)
  • libusb (Installed by script)

Releases

No releases published

Packages

No packages published

Languages