Skip to content
Merged
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
17 changes: 10 additions & 7 deletions cases/installfest/install_gcc.step
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
step "Go to the osx-gcc-installer repository" do
note "https://github.com/kennethreitz/osx-gcc-installer"
end

step "Download the pre-built binaries" do
note "for your version of OS X (10.6 or 10.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"
end
option "Any other version" do
link "install_xcode"
end
end

step "Double-click the package file" do
Expand Down