From 5b9a050b5185b830aa67c89c427d6f973ce7bd6e Mon Sep 17 00:00:00 2001 From: Ben Hagen Date: Wed, 3 Feb 2016 15:20:44 +0100 Subject: [PATCH] Do not recommend kivysdl2 recipe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bbb8f5dfc..7dd3130d6d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ as described in the documentation linked above. If you did this, to build an APK with SDL2 you can try e.g. - p4a apk --requirements=kivysdl2 --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2 + p4a apk --requirements=kivy --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2 For full instructions and parameter options, see the documentation linked above.