diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a9d9db --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Index + +## Installation Kivy and Buildozer on Ubuntu 18.04 based distros + +The install-kivy-buildozer-dependencies.sh contains the complete list of the Buildozer dependencies. So the easiest way to install Buildozer is to use the install-kivy-buildozer-dependencies.sh. + +1. Download the **install-kivy-buildozer-dependencies.sh** any way you like. E.g. + + ```curl -LJO https://raw.githubusercontent.com/HeaTTheatR/KivyMD-data/master/install-kivy-buildozer-dependencies.sh``` + +2. Add execution permissions: + + ```chmod +x install-kivy-buildozer-dependencies.sh``` + +3. Run the script: + + ```./install-kivy-buildozer-dependencies.sh``` diff --git a/install-kivy-buildozer-dependencies.sh b/install-kivy-buildozer-dependencies.sh index 621ac6a..df07d06 100644 --- a/install-kivy-buildozer-dependencies.sh +++ b/install-kivy-buildozer-dependencies.sh @@ -51,11 +51,17 @@ sudo apt install -y \ libltdl-dev \ libffi-dev \ libssl-dev \ + automake \ autoconf \ - autotools-dev + autotools-dev \ + pkgconf \ + libtool \ cmake # Install Buildozer +mkdir ~/buildozer-repo +cd ~/buildozer-repo + git clone https://github.com/kivy/buildozer.git cd buildozer sudo python3 setup.py install