728x90
반응형
qt5
설치해야할 라이브러리가 많다.
이게 가장 마음에 안든다.
너무 불편하다.
qt5로 설치할 수 있다.
1.2.0-RC4 로 설치하자.
1.2.0-RC5는 서트파티 부분에서 에러난다.
sudo apt-get install libsndfile1-dev
https://gist.github.com/kindlychung/f8d8aa7f7e8746185743a7d4346456c6
qt4
error pass
https://gist.github.com/kindlychung/f8d8aa7f7e8746185743a7d4346456c6
sudo apt-get install zynaddsubfx
sudo apt-get install fluidsynth
sudo apt-get install libfltk1.1-dev
src/core/automatablemodel.cpp 314
if( (*it)->m_setValueDepth < 1 &&
!((*it)->fittedValue( m_value ) !=
(*it)->m_value) )
g++ 4.8 설치
https://gist.github.com/omnus/6404505
반응형