mupen64plus / mupen64plus-input-sdl

Input plugin for Mupen64Plus v2.0 project using SDL. This is derived from the original Mupen64 blight_input plugin.
GNU General Public License v2.0
43 stars 70 forks source link

build: Allow out of tree builds. #98

Closed orbea closed 3 years ago

orbea commented 3 years ago

This allows building the project out of tree.

Example:

mkdir /tmp/build
cd /tmp/build
make install -f /path/to/mupen64plus-input-sdl/projects/unix/Makefile \
  SRCDIR=/path/to/mupen64plus-input-sdl/src

Also see PR https://github.com/mupen64plus/mupen64plus-core/pull/811 for reference.