diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -91,6 +91,7 @@ cd build SDLDIR=<sdl-prefix> \ SDLMIXERDIR=<sdl_mixer-prefix> \ SDLGFXDIR=<sdl_gfx-prefix> \ + ENETDIR=<enet-prefix> \ cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/win9x-toolchain.cmake make -j$(nproc --all) ``` @@ -106,6 +107,9 @@ building `SDL_mixer`. - `SDLGFXDIR` is the path to the cross-compiled version for `SDL_gfx`, which would correspond to `./configure --prefix=$SDLGFXDIR` used in building `SDL_gfx`. +- `ENETDIR` is the path to the cross-compiled version for `enet`, +which would correspond to `./configure --prefix=$ENETDIR` used in +building `enet`. A stripped version of the executable, as well as game assets, will be located in `build/cdimg`. |
