Update meson.build and README

This commit is contained in:
Inori 2019-08-08 21:00:50 -04:00 committed by Inori
parent 47908d0470
commit 50a5c44620
2 changed files with 2 additions and 2 deletions

View file

@ -250,7 +250,7 @@ Your results will be in `~/src/mkxp-z/build` . You can type `open ~/src/mkxp-z/b
sudo apt install build-essential git bison cmake meson autoconf libtool \
pkg-config xxd libsdl2* libvorbisfile3 libvorbis-dev libpixman-1* \
libboost-program-options1.65* libopenal1* libopenal-dev zlib1g* \
fluidsynth libfluidsynth-dev libsigc++-2.0* libogg-dev
fluidsynth libfluidsynth-dev libsigc++-2.0* libogg-dev libboost-filesystem1.65*
```
3. Build the rest from source:

View file

@ -7,7 +7,7 @@ sdl2_ttf = dependency('SDL2_ttf')
sdl2_image = dependency('SDL2_image')
sdl_sound = dependency('SDL_sound')
boost = dependency('boost', version: '>=1.49', modules: ['program_options', 'filesystem'])
boost = dependency('boost', version: '>=1.49', modules: ['system', 'program_options', 'filesystem'])
openal = dependency('openal')
zlib = dependency('zlib')