You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>(if you're using some other tool, the actual steps might vary but
the same URL can be used). However, and especially if you want to
contribute, a better way is to get a GitHub account, fork the
repository, and check out your fork to your computer. This way,
you'll be able to push changes to your fork and ask for them to be
pulled into the main repository.</p>
<p><strong>Note for C++ Unix users</strong>: if you use Git, you will
need some GNU tools that usually only developers use, and which are
not required to build QuantLib from released tarballs. These are
automake, autoconf, libtool, GNU m4, GNU make, and others which might
escape me now. They all come with recent GNU/Linux distributions.</p>
<p>To begin the build process from a Git working copy, start
with:</p>
<pre>
sh ./autogen.sh
</pre>
<p>which will prepare the package for compilation. You can then use
<em>./configure</em> and <em>make</em> in the usual way.</p>
<br>
<h3>Git commit messages</h3>
If you want to stay abreast of the latest changes in the repository, GitHub provides an RSS feed which is updated each time a commit is made; you can subscribe at <a href="https://github.com/lballabio/quantlib/commits/master.atom">https://github.com/lballabio/quantlib/commits/master.atom</a>.