SDL2 updated in docs
This commit is contained in:
parent
7c77c97b4b
commit
c5d5c04800
|
@ -13,11 +13,11 @@ saving and player control through keyboard.
|
|||
Requirements
|
||||
------------
|
||||
|
||||
Audacious >= 3.5, 1.2 <= SDL < 2, Glib >= 2.28
|
||||
Audacious >= 3.5, Glib >= 2.28, SDL >= 2
|
||||
|
||||
**Install deps in Ubuntu**
|
||||
|
||||
`sudo apt -y install audacious-dev libsdl1.2-dev libglib2.0-dev`
|
||||
`sudo apt -y install audacious-dev libsdl2-dev libglib2.0-dev`
|
||||
|
||||
Install from tarball
|
||||
-------
|
||||
|
|
6
TODO
6
TODO
|
@ -2,11 +2,5 @@ TODO
|
|||
====
|
||||
|
||||
* Provide Ubuntu package
|
||||
* Save window position on close
|
||||
* Remove config.h.in from repo?
|
||||
* Remove prefs.c
|
||||
* Update to SDL 2?
|
||||
* Compile on Windows
|
||||
* Fix MMX
|
||||
* Add icon
|
||||
* Add an option to disable the screensaver
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.65)
|
||||
AC_INIT([Infinity plugin],[0.9.0-dev],[https://github.com/dprotti/infinity-plugin/issues],[infinity-plugin],[https://dprotti.github.io/infinity-plugin])
|
||||
AC_INIT([Infinity plugin],[0.9.0alpha2],[https://github.com/dprotti/infinity-plugin/issues],[infinity-plugin],[https://dprotti.github.io/infinity-plugin])
|
||||
AC_CANONICAL_HOST
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
|
@ -186,4 +186,3 @@ CFLAGS : ${INF_CFLAGS_EXTRA} ${CFLAGS}
|
|||
CXXFLAGS : ${CXXFLAGS}
|
||||
Debug enabled : ${debug}
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue