-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall.shtml
More file actions
22 lines (18 loc) · 822 Bytes
/
install.shtml
File metadata and controls
22 lines (18 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: QuantLib Installation
---
<h1 class="center">QuantLib Compilation</h1>
<p>Before compiling QuantLib, please check if you can use one of the
available binary distributions listed on
our <a href="/download.shtml">download page</a>,
<p>Compilation instructions are available
for <a href="/install/vc10.shtml">Microsoft Visual C++</a>,
<a href="/install/macosx.shtml">Mac OS X</a> and
<a href="/install/linux.shtml">Linux/Unix</a>. Alternatively, you can
build QuantLib on all platforms following the
<a href="/install/cmake.shtml">CMake build instructions</a>.</p>
<p>Instructions for creating a Python wheel are available
for <a href="/install/windows-python.shtml">Windows</a>,
<a href="/install/macosx-python.shtml">Mac OS X</a> and
<a href="/install/linux-python.shtml">Linux/Unix</a>.</p>