mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
- readme.rst : hint for custom built python use --option-shared
- wscript : correction to be able to compile for custom built python on linux (correct WAF parameters) - build.py : prepared for waf 2.0.8
This commit is contained in:
@@ -370,6 +370,8 @@ installed, if they are available. For example:
|
||||
* libwebkit2gtk-4.0-dev
|
||||
* libsdl2-dev
|
||||
|
||||
If You use a custom built python in a non standard location, You need to
|
||||
compile python with the --enable-shared option.
|
||||
|
||||
**Mac OSX**
|
||||
|
||||
@@ -413,4 +415,3 @@ once per day, on any day that has had a commit to the master branch.
|
||||
|
||||
.. image:: docs/phoenix-fire-md.png
|
||||
:width: 100%
|
||||
|
||||
|
||||
3
build.py
3
build.py
@@ -85,6 +85,9 @@ sipMD5 = {
|
||||
|
||||
wafCurrentVersion = '2.0.7'
|
||||
wafMD5 = '48ac1250bcccd0674cf461937875ce9a'
|
||||
# enable this as soon as waf-2.0.8.bz2 is uploaded to https://wxpython.org/tools
|
||||
# wafCurrentVersion = '2.0.8'
|
||||
# wafMD5 = 'e1df61f724cc50efedbde867026ce4e3'
|
||||
|
||||
doxygenCurrentVersion = '1.8.8'
|
||||
doxygenMD5 = {
|
||||
|
||||
Reference in New Issue
Block a user