Issue #1 updated in
aakef/bonnie
Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
To compile the package from the mercurial repository you first need to run "autoconf". This will create a "configure" file and then you may "./configure" and "make". To build a Solaris package type "make -C sun". To build a Debian package type "fakeroot dpkg-buildpackage". To build a RPM type "SOMEONE TELL ME WHAT TO PUT HERE". To compile for any other Unix type "./configure" and then type "make" after the configure script successfully completes. If ./configure produces errors then send me your config.log file (don't bother trying to compile it until you have ./configure run correctly). Unix compilation currently requires GCC and GNU Make. You should be able to compile with a non-GCC compiler by running the following command: CFLAGS="..." make Where ... represents the compilation flags for your C++ compiler.