File: osx_build_instructions.txt

package info (click to toggle)
mupen64plus-core 2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,776 kB
  • ctags: 7,778
  • sloc: ansic: 59,320; asm: 1,994; cpp: 1,823; python: 619; makefile: 600; sh: 311
file content (22 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Mupen64plus build under OSX 10.9.5 (Mavericks) with Xcode 6.1.1

1. Install command-line tools through xcode
   - Xcode --> Preferences... --> Downloads tab --> Components page --> Command Line Tools
2. Install mac ports
   - download page: http://www.macports.org/install.php
   - .pkg installer for Mavericks
3. Install Git via macports
   - command line: "sudo port install git”
4. Get m64p_helper_scripts.tar.gz from https://code.google.com/p/mupen64plus/wiki/CompilingFromGit
   - unzip into build folder
   - run "./m64p_get.sh"
5. Install other build dependencies:
   - sudo port install pkgconfig
   - sudo port install libpng
   - edit /opt/local/etc/macports/variants.conf:
     - add: +no_x11 +quartz
   - sudo port install libSDL2
   - sudo port install freetype
   - sudo port install boost
6. Run "./m64p_build.sh"