Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 7e7510f

Browse files
committed
Create README.md
1 parent 5d1ac74 commit 7e7510f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# D2DF-SDL
2+
[Doom 2D Forever](https://github.com/pss88/DF) adapted for use with the FreePascal Compiler and ported to SDL 1.2.
3+
4+
# Building
5+
6+
## Requirements
7+
* FPC >= 3.0.0 (with the "sdl" package installed);
8+
* FMODEx >= 4.44.25;
9+
* libenet >= 1.3.13;
10+
* SDL >= 1.2.15.
11+
12+
## Instructions
13+
### Windows
14+
Create two directories, "./Bin" and "./Temp". Run build.bat.
15+
If it builds fine, the executable will be output to "./Bin/Doom2DF.exe".
16+
Don't forget that it will require SDL.dll, FMODEx.dll and ENet.dll to run.
17+
### Linux
18+
Not tested yet, but running
19+
```
20+
fpc -MDELPHI -O2 -FE../Bin -FU../Temp Doom2DF.dpr
21+
```
22+
in the "Game Source" directory should probably be enough.

0 commit comments

Comments
 (0)