From a39e29fd5c9755d42bd163f5560d22e67f0a8ed2 Mon Sep 17 00:00:00 2001 From: Martin Janiczek Date: Sat, 15 Oct 2022 16:26:06 +0200 Subject: [PATCH] Add build instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0b42d7f..5693f6f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,19 @@ $ sudo apt install libsdl2-2.0-0 - Use Finder (macOS Catalina and later) or iTunes (Windows and macOS Mojave or earlier) to copy `master.dat`, `critter.dat`, `patch000.dat`, and `data` folder to "Fallout 2" app ([how-to](https://support.apple.com/HT210598)). +## Building from source + +(This assumes you have the dependencies installed.) + +```bash +$ mkdir build +$ cd build +$ cmake .. +$ cmake --build . +``` + +You should now have the built executable in your `build/` directory. + ## Contributing Integrating Sfall goodies is the top priority. Quality of life updates are OK too. Please no large scale refactorings at this time as we need to reconcile changes from Reference Edition, which will make this process slow and error-prone. In any case open up an issue with your suggestion or to notify other people that something is being worked on.