Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates quickstart.rst "Installing Dependencies" #2109

Merged
merged 1 commit into from
Mar 28, 2020

Conversation

AndreMiras
Copy link
Member

  • orders dependencies bullets alphabetically
  • updates Arch Linux dependencies

opacam
opacam previously approved these changes Mar 28, 2020
@@ -82,12 +85,11 @@ install most of these with::
sudo apt-get update
sudo apt-get install -y build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-8-jdk unzip ant ccache autoconf libtool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should update python version for debian/ubuntu:

Suggested change
sudo apt-get install -y build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-8-jdk unzip ant ccache autoconf libtool
sudo apt-get install -y build-essential ccache git zlib1g-dev python3.7 python3.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-8-jdk unzip ant ccache autoconf libtool

Note: I updated this line at #2105, but I will fix the merge conflicts, if you want to do it in here, no problem (I wil have to do it anyway)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, I went with python3 and python3-dev meta package rather than explicit full version. I hope that's fine

- orders dependencies bullets alphabetically
- updates Arch Linux dependencies
- updates Ubuntu Linux Python3 only
Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks 😄

@AndreMiras AndreMiras merged commit c47f697 into kivy:develop Mar 28, 2020
@AndreMiras AndreMiras deleted the feature/update_doc_install_dep branch March 28, 2020 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants