aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-10-08 02:15:25 -0400
committerGitHub <noreply@github.com>2019-10-08 02:15:25 -0400
commit7371c8689d83edb11aa62dcdf3f7c93bde6e930a (patch)
tree60eff00aa9b90ec6900e470cb45c49e2c2ab76ea
parente05f0b41ba37dd4d61d427435ddd369974942312 (diff)
parentb70979918ec32fa4dc8932c5c0637d7ced577ab2 (diff)
downloadservo-7371c8689d83edb11aa62dcdf3f7c93bde6e930a.tar.gz
servo-7371c8689d83edb11aa62dcdf3f7c93bde6e930a.zip
Auto merge of #24391 - atouchet:macports, r=jdm
Remove MacPorts instructions from Readme <!-- Please describe your changes on the following line: --> See https://github.com/servo/servo/pull/23743#issuecomment-510196434 --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24391) <!-- Reviewable:end -->
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 3770bf0f61b..e6a49ed8156 100644
--- a/README.md
+++ b/README.md
@@ -54,18 +54,13 @@ Please select your operating system:
Xcode version 10.2 or above is recommended.
-##### On macOS (homebrew)
+##### On macOS (Homebrew)
``` sh
brew bundle install --file=etc/taskcluster/macos/Brewfile
brew bundle install --file=etc/taskcluster/macos/Brewfile-gstreamer
pip install virtualenv
```
-##### On macOS (MacPorts)
-
-``` sh
-sudo port install python27 py27-virtualenv cmake yasm llvm
-```
#### On Debian-based Linuxes