Last active
March 3, 2017 21:52
-
-
Save marti1125/9eee8a25839062c89f5b61a496b2d2e4 to your computer and use it in GitHub Desktop.
Firefox Desktop - Elementary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python -c 'import platform; print(platform.linux_distribution())' | |
('"elementary"', '0.4', 'loki') | |
/mozilla-central/python/mozboot/mozboot/bootstrap.py | |
DEBIAN_DISTROS = ( | |
'Debian', | |
'debian', | |
'Ubuntu', | |
# Most Linux Mint editions are based on Ubuntu. One is based on Debian. | |
# The difference is reported in dist_id from platform.linux_distribution. | |
# But it doesn't matter since we share a bootstrapper between Debian and | |
# Ubuntu. | |
'Mint', | |
'LinuxMint', | |
'Elementary OS', | |
'Elementary', | |
'"elementary OS"', | |
'"elementary"', | |
) | |
./match bootstrap | |
=) | |
info: downloading component 'rustc' | |
Your system should be ready to build Firefox for Desktop! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment