mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
add FreeBSD10 support to doc
This commit is contained in:
parent
89130203b1
commit
e944297e80
|
@ -185,6 +185,25 @@ to a specific version:
|
|||
|
||||
$ pip install --use-wheel Pillow==2.3.0
|
||||
|
||||
FreeBSD installation
|
||||
---------------------
|
||||
|
||||
.. Note:: Only FreeBSD 10 tested
|
||||
|
||||
|
||||
Make sure you have Python's development libraries installed.::
|
||||
|
||||
$ sudo pkg install python2
|
||||
|
||||
Or for Python 3::
|
||||
|
||||
$ sudo pkg install python3
|
||||
|
||||
Prerequisites are installed on **FreeBSD 10** with::
|
||||
|
||||
$ sudo pkg install jpeg tiff webp lcms2 freetype2
|
||||
|
||||
|
||||
|
||||
Platform support
|
||||
----------------
|
||||
|
@ -224,6 +243,8 @@ current versions of Linux, OS X, and Windows.
|
|||
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
|
||||
| Gentoo Linux |Yes | 2.7,3.2 | 2.1.0 |x86-64 |
|
||||
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
|
||||
| FreeBSD 10 |Yes | 2.7,3.4 | 2.4,2.3.1 |x86-64 |
|
||||
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
|
||||
| Windows 7 Pro |Yes | 2.7,3.2,3.3 | 2.2.1 |x86-64 |
|
||||
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
|
||||
| Windows Server 2008 R2 Enterprise|Yes | 3.3 | |x86-64 |
|
||||
|
@ -232,4 +253,3 @@ current versions of Linux, OS X, and Windows.
|
|||
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
|
||||
| Windows 8.1 Pro |Yes | 2.6,2.7,3.2,3.3,3.4 | 2.3.0, 2.4.0 |x86,x86-64 |
|
||||
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user