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

Fixed GNOME wiki for installing dependencies #230

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version = 1

[[analyzers]]
name = "python"

[analyzers.meta]
runtime_version = "3.x.x"
2 changes: 1 addition & 1 deletion source/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ by running::

It will print any applications and libraries that are currently missing on your
system but required for building. You should install those using your distribution's
package repository. A list of `package names <https://wiki.gnome.org/action/show/Projects/Jhbuild/Dependencies>`_
package repository. A list of `package names <https://wiki.gnome.org/Projects/Jhbuild/Introduction/#Setting_up_JHBuild>`_
for different distributions is maintained on the GNOME wiki.
Run the command above again to ensure the required tools are present.

Expand Down
Loading