~s.jansen/+junk/gogglesmm

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Sander Jansen
  • Date: 2016-07-18 21:09:51 UTC
  • mfrom: (1.1.2)
  • Revision ID: s.jansen@gmail.com-20160718210951-pzq7qyvo6bfq7tfy
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
       > cmake .
26
26
 
27
 
       or using deprecated build system:
28
 
 
29
 
       > ./configure
 
27
 
 
28
       The following options are available:
 
29
 
 
30
          CMAKE_INSTALL_PREFIX => Installation Directory (default: /usr)
 
31
          CMAKE_BUILD_TYPE     => Set the build type (default: MinSizeRel)
 
32
          CMAKE_INSTALL_LIBDIR => Name of directory where libraries are meant to be installed (default: lib)
 
33
 
 
34
          WITH_OSS             => Enables building the OSS Output plugin (default: OFF on Linux, ON on UNIX)
 
35
          WITH_ALSA            => Enables building the ALSA Ouput plugin (default: ON on Linux, OFF on UNIX)
 
36
          WITH_TREMOR          => Enables building the Tremor based Vorbis decoder (default: OFF)
 
37
 
 
38
          WITH_OPENGL          => Eanbles OpenGL based features (default: ON)
 
39
          WITH_DBUS            => Enables DBUS based features (default: ON)
 
40
          WITH_NLS             => Enables Native Language Support (default: ON)
 
41
 
 
42
       These can be passed on the command line using:
 
43
 
 
44
          > cmake -Doption=value .
30
45
 
31
46
    4. Compile
32
47