Hi,

I just downloaded version 2.1.4 from sources.

When I want to build it (Ubuntu 18.04 LTS):

cmake .. -D-DCMAKE_INSTALL_PREFIX=../target/ -DLIB_SUFFIX="" -DCMAKE_BUILD_TYPE=Debug

gives:

**************************************************************
Build Summary:
Build type:            Debug
Install Prefix:        /usr/local

Audio / MIDI driver support:
  ALSA:                  yes
  CoreAudio:             no
  CoreMIDI:              no
  DSound:                no
  JACK:                  yes
  MidiShare:             no
  Oboe:                  no
  OpenSLES:              no
  OS/2 DART:             no
  OSS:                   yes
  PortAudio:             no
  PulseAudio:            yes
  SDL2:                  no
  WaveOut:               no
  WinMidi:               no

Support for SF3 files:   yes
Support for DLS files:   no (libinstpatch not found)

Audio to file rendering: yes
  libsndfile:            yes

Miscellaneous support:
  D-Bus:                 yes
  LADSPA support:        yes
  LASH support:          no
  NETWORK Support:       yes
    IPV6 Support:        yes
  Readline:              yes (NOTE: GPL library)
  systemd:               no

Developer nerds info:
  Samples type:          double
  Multithread rendering: yes
  OpenMP 4.0:            yes
  Profiling:             no
  Debug Build:           yes
  Trap on FPE (debug):   no
  Check FPE (debug):     no
  UBSan (debug):         no

**************************************************************


-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    -DCMAKE_INSTALL_PREFIX

But I don't want to install fluid in /usr/localbut in ../target/ for testing.

Something got wrong with the install directory setting.

I want to test 2.1.4 before installing it in /usr/ NOT /usr/local/

Please help!

Thanks



_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to