From 4ddd4cc68d7f93db1d5a83abbb338fc61a70dd24 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Sat, 17 Nov 2018 15:38:06 +0100 Subject: [PATCH] Improve updating third party library documentation Add a section about updating the build files. --- .../contributing/how-to-update-third-party-library.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/contributing/how-to-update-third-party-library.md b/docs/contributing/how-to-update-third-party-library.md index ad9dde29bd..0736502714 100644 --- a/docs/contributing/how-to-update-third-party-library.md +++ b/docs/contributing/how-to-update-third-party-library.md @@ -42,7 +42,14 @@ one: $ git push --set-upstream git@github.com:wxWidgets/libexpat.git wx -3. Updating the main repository +3. Generating build files (libexpat, libtiff) +--------------------------------------------- + +We include the generated build files of libexpat and libtiff. For libexpat run +`buildconf.sh`. For libtiff run `autogen.sh`. Commit the changes. + + +4. Updating the main repository ------------------------------- If there are any changes to the source files used by the library, update the @@ -54,7 +61,7 @@ manually. Commit these changes and the submodule and create a PR to test them as usual. -4. Special instructions for libpng +5. Special instructions for libpng ---------------------------------- We use a special hack for libpng as we want to prefix all its symbols with