Skip to content

Commit 97f6aae

Browse files
committed
Merge pull request #5 from njay/gcc_links
combine first two steps of install_gcc
2 parents 8e6f376 + 25bc15e commit 97f6aae

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

cases/installfest/install_gcc.step

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1+
step "Download the appropriate GCC Installer package for your version of OS X" do
2+
option "10.7 (Lion)" do
3+
note "https://github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.7-v2.pkg"
4+
end
5+
option "10.6 (Snow Leopard)" do
6+
note "https://github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.6.pkg"
7+
end
8+
option "Any other version" do
9+
link "install_xcode"
10+
end
811
end
912

1013
step "Double-click the package file" do

0 commit comments

Comments
 (0)