From 635d950efddde7a60edba75f7b4d5e0028e4c99a Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 20 Sep 2022 16:53:48 +0200 Subject: Implement net component --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b808c01..b8a685e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ cd build SDLDIR= \ SDLMIXERDIR= \ SDLGFXDIR= \ + ENETDIR= \ 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`. -- cgit v1.2.3