MacOS/openXenManager Installing on Mac OS (Any Version): Difference between revisions

From Mana zināšanu grāmata
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 10:41, 16 April 2026

  1. First you need to install the Homebrew package manager. You can do this by executing the following in a terminal.
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. Update Homebrew like this: brew update && brew upgrade
  3. Install XQuartz: brew cask install xquartz
  4. Install the other dependencies: brew install python gtk pygtk FLTK
  5. Install TigerVNCbrew install https://gist.githubusercontent.com/steakknife/064302dc55e76231d612/raw/tiger-vnc.rb
  6. Install configobj: pip install configobj
  7. Clone the latest OXM source.
  8. Build OXM: python setup.py build
  9. Install OXM: python setup.py install
  10. Start OXM for the first time. After startup close it: /usr/local/bin/openxenmanager
  11. Modify the config file:
    • vi ~/.config/openxenmanager/oxc.conf
    • Find the vnc_viewer property and replace it's value with: /usr/local/bin/vncviewer

OpenXenManager is now installed and ready for use. You can even use the remote console.

OpenXenManager.app.zip