Skip to content

Commit

Permalink
Uhhhhh shits blowin up, see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCheek committed Sep 11, 2014
1 parent 991fbae commit c874f60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bin/compile
Expand Up @@ -38,12 +38,12 @@ function say {

# If I want to build it from source, looks like I do this
say "curling http://www.cmake.org/files/v3.0/cmake-3.0.1.tar.gz"
curl 'http://www.cmake.org/files/v3.0/cmake-3.0.1.tar.gz' > "cmake-3.0.1.tar.gz"
tar -xf "cmake-3.0.1.tar.gz"
cd "cmake-3.0.1"
./bootstrap
make
make install
# curl 'http://www.cmake.org/files/v3.0/cmake-3.0.1.tar.gz' > "cmake-3.0.1.tar.gz"
# tar -xf "cmake-3.0.1.tar.gz"
# cd "cmake-3.0.1"
# ./bootstrap
# make
# make install

# But there's a binary!
# curl "http://www.cmake.org/files/v3.0/cmake-3.0.2-Linux-i386.tar.gz" > "cmake-3.0.2.tar.gz"
Expand Down

0 comments on commit c874f60

Please sign in to comment.