Changes between Version 2 and Version 3 of Ticket #58943


Ignore:
Timestamp:
Sep 6, 2019, 3:17:39 PM (5 years ago)
Author:
neurodroid (Christoph Schmidt-Hieber)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58943 – Description

    v2 v3  
    22mojca worked on this a couple of years ago, but it was difficult to build Phoenix at the time.
    33Currently the build toolchain works just fine without any particular acrobatics (as of r34521dc1 from https://github.com/wxWidgets/Phoenix):
    4 
    5 `CXXFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib' python3.7 build.py dox etg --nodoc sip build`
    6 
     4{{{
     5git clone git@github.com:wxWidgets/Phoenix.git
     6cd Phoenix
     7git submodule update --init --recursive
     8CXXFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib' python3.7 build.py dox etg --nodoc sip build
     9}}}
    710You'll need `py37-sip` to build Phoenix.
    811