Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wolf3d
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
wolf3d
Commits
d3123487
Commit
d3123487
authored
Apr 08, 2002
by
Steven Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added note about sound
parent
65bf0a75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
README
src/README
+16
-4
No files found.
src/README
View file @
d3123487
TODO: I still need to write this file
TODO: I still need to write this file
NOTE: save games and configuration files now have version fields. Version
Save game and configuration file formats are not yet "solid" (files created
0xFFFFFFFF is only for non-release/debug/snapshot versions (in other words,
with an older version may not work with a new binary), but they probably
the file formats may change at any time).
won't have to change.
Sound support is still "experiemental." Currently requires OSS support.
Edit the Makefile and change:
OBJS += sd_null.o
#OBJS += sd_oss.o fmopl.o
#CFLAGS += -D_REENTRANT
#LFLAGS += -lpthread
to:
#OBJS += sd_null.o
OBJS += sd_oss.o fmopl.o
CFLAGS += -D_REENTRANT
LFLAGS += -lpthread
and recompile. Hopefully it doesn't sound too terrible...
NOTE: This requires SDL 1.2 (http://www.libsdl.org)
NOTE: This requires SDL 1.2 (http://www.libsdl.org)
...
@@ -26,4 +39,3 @@ Thanks:
...
@@ -26,4 +39,3 @@ Thanks:
-----
-----
Steven Fuller
Steven Fuller
relnev@icculus.org
relnev@icculus.org
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment