Skip to content

Instantly share code, notes, and snippets.

@gilligan
Created June 22, 2011 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilligan/1041068 to your computer and use it in GitHub Desktop.
Save gilligan/1041068 to your computer and use it in GitHub Desktop.
ssnes configure output
(M=db3e1a: libsnes.a libsnes.dylib) gilligan@ELMA ~/snesemu/ssnes> ./configure --help
====================
Quickbuild script
====================
Package: ssnes
Version: 0.6
General environment variables:
CC: C compiler
CFLAGS: C compiler flags
CXX: C++ compiler
CXXFLAGS: C++ compiler flags
LDFLAGS: Linker flags
General options:
--prefix=$path: Install path prefix
--help: Show this help
Custom options:
--enable-dynamic: Enable dynamic loading of libsnes library.
--enable-ffmpeg: Enable FFmpeg recording support
-n --enable-dylib:
Enable dynamic loading support
--disable-dylib
-n --enable-netplay:
Enable netplay support
--disable-netplay
--enable-src: Enable libsamplerate support
--disable-configfile: Disable support for config file
-n --enable-cg:
Enable Cg shader support
--disable-cg
-n --enable-xml:
Enable bSNES-style XML shader support
--disable-xml
-n --enable-fbo:
Enable render-to-texture (FBO) support
--disable-fbo
-n --enable-alsa:
Enable ALSA support
--disable-alsa
-n --enable-oss:
Enable OSS support
--disable-oss
-n --enable-rsound:
Enable RSound support
--disable-rsound
-n --enable-roar:
Enable RoarAudio support
--disable-roar
-n --enable-al:
Enable OpenAL support
--disable-al
-n --enable-jack:
Enable JACK support
--disable-jack
-n --enable-pulse:
Enable PulseAudio support
--disable-pulse
-n --enable-freetype:
Enable FreeType support
--disable-freetype
-n --enable-xvideo:
Enable XVideo support
--disable-xvideo
-n --enable-sdl_image:
Enable SDL_image support
--disable-sdl_image
--enable-python: Enable Python 3 support for shaders
--with-libsnes: libsnes library used (Defaults: -lsnes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment