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

Commit c8ddf7f

Browse files
committed
Fix incorrect prerequisites
Close #74
1 parent b3896ac commit c8ddf7f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ It's available on PyPI_, so you can install it using ``pip`` (or
6363
.. note::
6464

6565
libsass-python (and libsass) requires C++11 to compile.
66-
It means you need install GCC (G++) 4.3+, LLVM Clang 2.9+,
67-
or Visual Studio 2013+.
66+
It means you need install GCC (G++) 4.6+, LLVM Clang 2.9+,
67+
or Visual Studio 2013 Update 4+.
6868

6969
.. _PyPI: https://pypi.python.org/pypi/libsass
7070

docs/changes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Version 0.6.2
109109
Released on November 25, 2014.
110110

111111
Although 0.6.0--0.6.1 have needed GCC (G++) 4.8+, LLVM Clang 3.3+,
112-
now it became back to only need GCC (G++) 4.3+, LLVM Clang 2.9+,
113-
or Visual Studio 2013+.
112+
now it became back to only need GCC (G++) 4.6+, LLVM Clang 2.9+,
113+
or Visual Studio 2013 Update 4+.
114114

115115
- Follow up the libsass upstream: 3.0.2 --- See the `release note`__ of libsass.
116116
[:issue:`33` by Rodolphe Pelloux-Prayer]
@@ -139,9 +139,9 @@ Version 0.6.0
139139
Released on October 27, 2014.
140140

141141
Note that since libsass-python 0.6.0 (and libsass 3.0) it requires C++11
142-
to compile. Although 0.6.2 became back to only need GCC (G++) 4.3+,
142+
to compile. Although 0.6.2 became back to only need GCC (G++) 4.6+,
143143
LLVM Clang 2.9+, from 0.6.0 to 0.6.1 you need GCC (G++) 4.8+, LLVM Clang 3.3+,
144-
or Visual Studio 2013+.
144+
or Visual Studio 2013 Update 4+.
145145

146146
- Follow up the libsass upstream: 3.0 --- See the `release note`__ of Libsass.
147147

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ It's available on PyPI_, so you can install it using :program:`pip`:
4646
.. note::
4747

4848
libsass-python (and libsass) requires C++11 to compile.
49-
It means you need install GCC (G++) 4.3+, LLVM Clang 2.9+,
50-
or Visual Studio 2013+.
49+
It means you need install GCC (G++) 4.6+, LLVM Clang 2.9+,
50+
or Visual Studio 2013 Update 4+.
5151

5252
.. _PyPI: https://pypi.python.org/pypi/libsass
5353

0 commit comments

Comments
 (0)