12345678910111213141516171819202122232425262728293031323334353637383940 |
- # on Ubuntu 18.04:
- git clone https://notabug.org/isengaara/qtau.git
- git clone https://notabug.org/isengaara/sinsy-sg
- git clone https://notabug.org/isengaara/sekai.git
- git clone https://notabug.org/isengaara/world
- git clone https://notabug.org/isengaara/ecantorix-sg
- git clone https://notabug.org/isengaara/mbrola-ng.git
- sudo apt install libqt5gui5 qtcreator libjack-jackd2-dev libspeexdsp-dev libsmf-dev libsamplerate0-dev libgsl-dev libboost-filesystem-dev libjsoncpp-dev libfftw3-dev
- cd sekai
- mkdir build && cd build && cmake ..
- make -j8 && sudo make install
- cd ../..
- cd sinsy-sg
- mkdir build && cd build && cmake ..
- make -j8 && sudo make install
- cd ../..
- cd world
- mkdir build && cd build && cmake ..
- make -j8 && sudo make install
- cd ../..
- # TODO mbrola-ng, ecantorix-sg,
- # cd
- # ./autogen.sh
- # ./configure --enable-shared
- # make
- # sudo make install
- qtcreator qtau/QTau.pro
- # in Projects -> execute -> runtime environment -> add:
- # var | value
- # LD_LIBRARY_PATH | /usr/lib/x86_64-linux-gnu:/usr/local/lib/
- # TODO, set it to /usr/lib/x86_64-linux-gnu:/usr/local/lib/:/usr/local/lib/x86_64-linux-gnu/, but that currently triggers a bug https://notabug.org/isengaara/qtau/issues/18
|