Created
February 3, 2009 10:44
-
-
Save jesperronn/57461 to your computer and use it in GitHub Desktop.
filelist for script to download and install essential sw on a new laptop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#list of the files I want to instal on my server | |
# requires previous install of XCode | |
# from http://developer.apple.com/technology/xcode.html | |
#recent ruby | |
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.gz | |
#recent git | |
http://kernel.org/pub/software/scm/git/git-1.6.1.2.tar.gz | |
#and manpages | |
http://www.kernel.org/pub/software/scm/git/git-manpages-1.6.1.tar.gz | |
#sqlite3 | |
http://sqlite.org/sqlite-amalgamation-3.6.11.tar.gz | |
#mysql (source code) | |
http://mysql.borsen.dk/Downloads/MySQL-5.1/mysql-5.1.30.tar.gz | |
#expat (dependency for git) | |
http://puzzle.dl.sourceforge.net/sourceforge/expat/expat-2.0.1.tar.gz | |
#git manpages | |
http://www.kernel.org/pub/software/scm/git/git-manpages-1.6.1.tar.gz | |
#subversion | |
http://subversion.tigris.org/downloads/subversion-1.5.5.tar.gz | |
http://subversion.tigris.org/downloads/subversion-deps-1.5.5.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment