Skip to content

Commit df00fef

Browse files
authored
Update README.md
1 parent 62ca4ed commit df00fef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ All functions in this project are Async, they are exported to [Promise](https://
1313
npm install quantlib
1414
```
1515

16-
* Windows
16+
* Windows (32-bit & 64-bit)
1717

1818
`npm install quantlib` will do everything, including the node package installation and pre-built native addon (no dependency) download, you can start use it right away.
1919

20+
> v0.2.x windows prebuilt on windows 8.1 with VC14
21+
> v0.1.x windows prebuilt on windows 7 with VC12, only 32-bit available
22+
2023
* Linux & Mac
2124

2225
Please refer to [how to build](#building-the-native-addon) below
@@ -46,6 +49,8 @@ Please refer to [how to build](#building-the-native-addon) below
4649
* QuantLib, QuantLibAddin, ObjectHandler source code according to [version matrix](#version-matrix), they need to be put in the same directory
4750
* `boost` - which is required to build QuantLib
4851

52+
> for Mac OS X and Linux, QuantLib projects must be built with `-std=c++11` this flag is required by node
53+
4954
#### Set environment variable
5055

5156
please refer to `cmake/*.cmake` and `CMakeList.txt` files

0 commit comments

Comments
 (0)