Changes between Version 1 and Version 2 of dev-util/git/1.6.0/1
- Timestamp:
- 08/08/08 07:43:42 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/git/1.6.0/1
v1 v2 1 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 }}} 13
