pypy / wxpython-cffi

Experiment in getting SIP to emit cffi code
1 stars 0 forks source link

Change WXWIN example to make it more clear #3

Open programmingkidx opened 3 years ago

programmingkidx commented 3 years ago

Currently in the build directions the WXWIN variable is set to a value that is probably not going to work for very many people. It is because it expects the wxWidgets folder to be located one folder above the current working directory.

I suggest this example be changed to this: export WXWIN=

This example makes it clear that the user is expected to supply their own path for the wxWidgets folder.

mattip commented 3 years ago

A PR would be nice