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

Commit afe4873

Browse files
committed
Now it works on older GCC #31
1 parent de86a85 commit afe4873

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It's available on PyPI_, so you can install it using ``pip`` (or
4343
.. note::
4444

4545
libsass-python (and libsass) requires C++11 to compile.
46-
It means you need install GCC (G++) 4.8+, LLVM Clang 3.3+,
46+
It means you need install GCC (G++) 4.3+, LLVM Clang 2.9+,
4747
or Visual Studio 2013+.
4848

4949
Every release of libsass-python uses the most recent release of Libsass_.

docs/changes.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Version 0.6.2
66

77
To be released.
88

9+
Although 0.6.0--0.6.1 have needed GCC (G++) 4.8+, LLVM Clang 3.3+,
10+
now it became back to only need GCC (G++) 4.3+, LLVM Clang 2.9+,
11+
or Visual Studio 2013+.
12+
913
- Follow up the libsass upstream: :upcommit:`3.0.2` ---
1014
See the `release note`__ of libsass.
1115
[:issue:`33` by Rodolphe Pelloux-Prayer]
@@ -34,8 +38,9 @@ Version 0.6.0
3438
Released on October 27, 2014.
3539

3640
Note that since libsass-python 0.6.0 (and libsass 3.0) it requires C++11
37-
to compile. It means you need GCC (G++) 4.8+, LLVM Clang 3.3+, or
38-
Visual Studio 2013+.
41+
to compile. Although 0.6.2 became back to only need GCC (G++) 4.3+,
42+
LLVM Clang 2.9+, from 0.6.0 to 0.6.1 you need GCC (G++) 4.8+, LLVM Clang 3.3+,
43+
or Visual Studio 2013+.
3944

4045
- Follow up the libsass upstream: :upcommit:`3.0` --- See the `release note`__
4146
of Libsass.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It's available on PyPI_, so you can install it using :program:`pip`:
2626
.. note::
2727

2828
libsass-python (and libsass) requires C++11 to compile.
29-
It means you need install GCC (G++) 4.8+, LLVM Clang 3.3+,
29+
It means you need install GCC (G++) 4.3+, LLVM Clang 2.9+,
3030
or Visual Studio 2013+.
3131

3232
.. note::

0 commit comments

Comments
 (0)