moved ios jucer to mobile subdir

This commit is contained in:
essej
2022-04-19 22:44:07 -04:00
parent 4770fd31f3
commit dd52422414
5 changed files with 60 additions and 293 deletions

View File

@ -14,8 +14,8 @@ On Fedora run this script:
./fedora_get_prereqs.sh
```
On other distros you'll have to insall the following development packages manually through your package manager:
* `libfftw3f-dev`
On other distros you'll have to install the following development packages manually through your package manager:
* `libfftw3-dev` or `libfftw-devel`
* `libjack-jackd2-dev`
* `libasound2-dev`
* `libx11-dev`

View File

@ -12,7 +12,6 @@ PREREQS="libjack-jackd2-dev \
libxrandr-dev \
libxcursor-dev \
libfftw3-dev \
libfftw3-single3 \
cmake
"
FREETYPES=$(apt-cache pkgnames libfreetype)