We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e6f376 + 25bc15e commit 97f6aaeCopy full SHA for 97f6aae
cases/installfest/install_gcc.step
@@ -1,10 +1,13 @@
1
-step "Go to the osx-gcc-installer repository" do
2
- note "https://github.com/kennethreitz/osx-gcc-installer"
3
-end
4
-
5
-step "Download the pre-built binaries" do
6
- note "for your version of OS X (10.6 or 10.7)."
7
- todo "find direct links to each package"
+step "Download the appropriate GCC Installer package for your version of OS X" do
+ option "10.7 (Lion)" do
+ note "https://github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.7-v2.pkg"
+ end
+ option "10.6 (Snow Leopard)" do
+ note "https://github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.6.pkg"
8
+ option "Any other version" do
9
+ link "install_xcode"
10
11
end
12
13
step "Double-click the package file" do
0 commit comments