| 1 | | [http://repo.or.cz/w/git/haiku.git?a=shortlog;h=refs/heads/haiku Git repository] |
| 2 | | |
| 3 | | == Building == |
| 4 | | {{{ |
| 5 | | git clone git://repo.or.cz/git/haiku.git git |
| 6 | | cd git |
| 7 | | make configure |
| 8 | | ./configure --prefix=/boot/home/config --without-tcltk --with-perl=/boot/home/config/bin/perl \ |
| 9 | | --with-openssl=/boot/home/config --with-curl --with-expat LDFLAGS=-L/boot/home/config/lib |
| 10 | | make NO_R_TO_GCC_LINKER=YesPlease |
| 11 | | make install NO_R_TO_GCC_LINKER=YesPlease |
| 12 | | }}} |
| | 1 | See [wiki:dev-util/git/1.6.0/1 version 1.6.0 revision 1]. |