repo.or.cz
/
rofl0r-df-libgraphics.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
README: explain further musl-specific tweaks
[rofl0r-df-libgraphics.git]
/
df
blob
d44b2e686ef182c4033cdb0b2fe940e0973c8c5c
1
#!/bin/sh
2
DF_DIR
=
$
(
dirname
"
$0
"
)
3
cd
"
${DF_DIR}
"
4
export
SDL_DISABLE_LOCK_KEYS
=
1
# Work around for bug in Debian/Ubuntu SDL patch.
5
#export SDL_VIDEO_CENTERED=1 # Centre the screen. Messes up resizing.
6
.
/
libs
/
Dwarf_Fortress $
*
# Go, go, go! :)
7