diff --git a/CMakeLists.txt b/CMakeLists.txt index c71560e78..c630c90ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -277,7 +277,7 @@ if(WANT_VST) SET(LMMS_HAVE_VST TRUE) SET(STATUS_WINE "OK") ELSE(HAVE_LIBWINE AND HAVE_WINDOWS_H) - SET(STATUS_WINE "not found, please install (lib)wine-dev (or similiar) and gcc-multilib (only for 64 bit systems)") + SET(STATUS_WINE "not found, please install (lib)wine-dev (or similiar) - 64 bit systems additionally need gcc-multilib and g++-multilib") ENDIF(HAVE_LIBWINE AND HAVE_WINDOWS_H) ENDIF(WANT_VST) diff --git a/ChangeLog b/ChangeLog index e19e50e42..95d4e058b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ +2008-08-28 Tobias Doerffel + + * CMakeLists.txt: + completed information about packages needed for building VST support + on 64 bit machines (thanks to Stephane Thomas!) + 2008-08-28 Csaba Hruska + * include/audio_portaudio.h: * src/core/audio/audio_portaudio.cpp: fixed segfault in PortAudio's setup widget