Wiki home
Editing page "
SDL
"
Base on previous version:
0
-
175
-
2359
-
2360
-
2365
# Note: depends on [pkg]patch[/pkg] # Note: depends on [pkg]autoconf[/pkg] wget -c [link]http://www.libsdl.org/release/SDL-1.2.15.tar.gz[/link] tar -xzf SDL-1.2.15.tar.gz cd SDL-1.2.15 # Patch to fix compatibility with recent libX11 on x86_64 wget -c [link]http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/libsdl/files/libsdl-1.2.15-const-xdata32.patch[/link] patch -p1 < libsdl-1.2.15-const-xdata32.patch ./autogen.sh mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page