-
Notifications
You must be signed in to change notification settings - Fork 135
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
Updating Instructions for Ubuntu Build Dependencies #585
Updating Instructions for Ubuntu Build Dependencies #585
Conversation
I think you accidentally broke the "ships an official package" link. Also, could you rebase this on master? I'm working on a 2.10.2 release and this seems like it's worth including. |
Fixed the auto-added back-ticks... To be clear on the rebase, you want me to rebase Do you still want the pull request targeting PS: A |
I'd like you to edit the pull request to target master, squash your commits, and rebase the feature branch onto the tip of master. That way I don't need to cherry-pick it. I will merge master into develop eventually, so I don't need another PR. |
aa3b8d2
to
7064a68
Compare
There you go :) |
docs/install.rst
Outdated
|
||
.. code-block:: bash | ||
|
||
$ apt-get install pkg-config git scons python3-sphinx python3-nose gettext build-essential | ||
$ sudo apt-get install pkg-config git scons python3-sphinx python3-nose gettext build-essential |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you change apt-get
to apt
? Which is what Debian now suggests for interactive use.
sudo
toapt-get
commands as required in most Ubuntu environmentspython-cairo
withpython3-cairo
(python-cairo
no longer exists resulting inE: Unable to locate package python-cairo
error message).