Skip to content

A very small standalone Bash script that automatically downloads, builds, and install XQEMU for macOS 10.11-10.13, and creates a build log for debugging purposes.

tiaghun/XQEMU-Builder-for-OS-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

XQEMU-Builder-for-OS-X

A very small standalone Bash script that automatically downloads, builds, and install XQEMU (QEMU based Xbox emulator) for macOS El Capitan through High Sierra. The script also creates a build log for debugging purposes.

The following dependencies are required to build XQEMU on macOS:

1.) A command line package manager (i.e. MacPorts, Homebrew, or Fink.)

2.) pkg-config installed.

3.) glib2 installed.

4.) /opt/local/bin/ and /usr/local/bin/ directories in your PATH variable.

5.) Xcode and Xcode Command Line Tools installed.

Usage

1.) Download script, move script to desired working directory.

2.) Change to desired working directory and run chmod u+x ./XQEMU_build_OSX

3.) Run script, after git clone is finished it will download dependencies (pixman and dtc) to temp directory (xqemu/), and build.

4.) Log will be output to ./XQEMU_build.log, and temporary directory will be deleted when installation finishes.

About

A very small standalone Bash script that automatically downloads, builds, and install XQEMU for macOS 10.11-10.13, and creates a build log for debugging purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages