2025-03-21 19:25:06 +01:00

32 lines
701 B
Markdown

# mobile-eggbert-fna
## Init submodules
git submodule update --init --recursive
cd FNA && git submodule update --init --recursive
## Apply patches
cd FNA && git apply ../FNA.patch
## build
cd mobile-eggbert-fna && dotnet build
## Add libraries based on the platform
https://github.com/FNA-XNA/fnalibs-dailies
Place these libraries into
For Linux, add these files to directory mobile-eggbert-fna/mobile-eggbert-fna/bin/Debug/net4.0
## Copy directories Content and worlds to directory mobile-eggbert-fna/mobile-eggbert-fna/bin/
## Run the game
Go to mobile-eggbert-fna/mobile-eggbert-fna/bin/ and run:
On Linux: mono mobile-eggbert-fna.exe
On Windows: run directly mobile-eggbert-fna.exe