BuildSVN.txt 637 B

12345678910111213
  1. ------------------------------------------------------------------------
  2. How to build the sources from SVN
  3. ------------------------------------------------------------------------
  4. Before building from svn sources under Windows, you need to copy the
  5. file include/wx/msw/setup0.h to include/wx/msw/setup.h. This is
  6. necessary in order to allow having local modifications to the latter
  7. file without showing it as modified, as it is not under version
  8. control.
  9. After doing this, please proceed with the build as with any official
  10. release, i.e. follow the instructions in the install.txt file in
  11. docs/gtk, docs/msw and so on.