Win32: sync Unicode console output and file system
[git/dscho.git] / contrib / subtree / INSTALL
blob7ab0cf450967fedbe590a25528a6600d412d7835
1 HOW TO INSTALL git-subtree
2 ==========================
4 First, build from the top source directory.
6 Then, in contrib/subtree, run:
8   make
9   make install
10   make install-doc
12 If you used configure to do the main build the git-subtree build will
13 pick up those settings.  If not, you will likely have to provide a
14 value for prefix:
16   make prefix=<some dir>
17   make prefix=<some dir> install
18   make prefix=<some dir> install-doc
20 To run tests first copy git-subtree to the main build area so the
21 newly-built git can find it:
23   cp git-subtree ../..
25 Then:
27   make test