Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit b55d083

Browse files
committed
Mention C++11 in docs
See also #31
1 parent ba11df7 commit b55d083

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ It's available on PyPI_, so you can install it using ``pip`` (or
4040
4141
$ pip install libsass
4242
43+
.. note::
44+
45+
libsass-python (and libsass) requires C++11 to compile.
46+
It means you need install GCC (G++) 4.8+, LLVM Clang 3.3+,
47+
or Visual Studio 2013+.
48+
4349
Every release of libsass-python uses the most recent release of Libsass_.
4450
If you want bleeding edge features of libsass master, try installing
4551
libsass-unstable_ package instead:

docs/changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Version 0.6.0
1212

1313
Released on October 27, 2014.
1414

15+
Note that since libsass-python 0.6.0 (and libsass 3.0) it requires C++11
16+
to compile. It means you need GCC (G++) 4.8+, LLVM Clang 3.3+, or
17+
Visual Studio 2013+.
18+
1519
- Follow up the libsass upstream: :commit:`3.0` --- See the `release note`__
1620
of Libsass.
1721

0 commit comments

Comments
 (0)