background preloader

Qlib

Facebook Twitter

Fork A Repo. If you've found yourself on this page, we're assuming you're brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way. Contributing to a project At some point you may find yourself wanting to contribute to someone else's project, or would like to use someone's project as the starting point for your own.

This is known as "forking". For this tutorial, we'll be using the Spoon-Knife project, hosted on GitHub.com. Step 1: Fork the "Spoon-Knife" repository To fork this project, click the "Fork" button in the GitHub.com repository. Step 2: Clone your fork You've successfully forked the Spoon-Knife repository, but so far it only exists on GitHub. Run the following code: git clone Clones your fork of the repository into the current directory in terminal Step 3: Configure remotes More about remotes Git supports multiple remotes. More Things You Can Do Push commits Pull Fetch & Merge.

Installing QuantLib for VC11 (Windows) | Quant Corner. Below are instructions for installing and using QuantLib 1.2 for VC11 on a computer running under Windows (32-bit). We will only install the core library of QuantLib, that is only 1 of the 15 projects contained in the solution file. Thus, we will just need Boost header-only. There will no need to install the Boost library. (I) Requirements a) You must have the VC11 environment available on your computer, that is Visual Studio 11 Beta, Visual Studio 2012, Visual C++ 2012 Express, … . b) The Boost library can be downloaded here. Currently, the latest version available is Boost 1.52.0. c) The QuantLib library. (II) Building QuantLib We will build the solution from within Visual Studio in Debug mode, here. A) From within your GUI or directly by double clicking on the file, open the solution file named QuantLib_vc11.sln ( … \QuantLib-1.2.1\ QuantLib_vc11.sln).

B) Make sure the ‘QuantLib’ project is selected that is it is enlighten in the ‘Solution Explorer’ panel. (III) QuantLib Usage Like this: Installation tricks. Quantlib spirit. Luigi Ballabio.