Add build instructions

This commit is contained in:
Martin Janiczek 2022-10-15 16:26:06 +02:00
parent 21aec548af
commit a39e29fd5c
1 changed files with 13 additions and 0 deletions

View File

@ -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)). - 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 ## 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. 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.