Compiling git on fresh Ubuntu 7.0.4

Note to self: packages I had to install for "make all doc" to work for git 1.5.3.8.

$ history | grep install

   36  sudo apt-get install curl
   41  sudo apt-get install libcurl
   49  sudo apt-get install tk8.4
   53  sudo apt-get install cpio expat
   55  sudo apt-get install zlib
   61  sudo apt-get install build-essential
   66  sudo apt-get install zlib1g-dev 
   72  sudo apt-get install asciidoc
   75  sudo apt-get install xmlto

1 comments:

Anonymous said...

For some reason I needed to:
sudo apt-get install gettext

as well...