mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 22:15:33 +02:00
Update meson.build and README
This commit is contained in:
parent
47908d0470
commit
50a5c44620
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue