Skip to content

Commit

Permalink
Merged revision(s) 21567 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Doc] libopenmpt: Fix building allegro4.2 instructions for DJGPP.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@21568 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 1, 2024
1 parent 156e25f commit 511f454
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions doc/libopenmpt/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,10 @@ How to compile
make CONFIG=djgpp

`openmpt123` can use liballegro 4.2 for sound output on DJGPP/DOS.
liballegro can either be installed system-wide in the DJGPP environment
or downloaded into the `libopenmpt` source tree.

make CONFIG=djgpp USE_ALLEGRO42=1 # use installed liballegro

or
liballegro needs to be downloaded into the `libopenmpt` source tree.

./build/download_externals.sh # download liballegro source
make CONFIG=djgpp USE_ALLEGRO42=1 BUNDLED_ALLEGRO42=1
make CONFIG=djgpp USE_ALLEGRO42=1

- American Fuzzy Lop:

Expand Down

0 comments on commit 511f454

Please sign in to comment.