Bug 168745 - Add GTK+ build instruction to ReadMe.md
Summary: Add GTK+ build instruction to ReadMe.md
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-22 14:40 PST by Ryosuke Niwa
Modified: 2017-02-22 20:45 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.44 KB, patch)
2017-02-22 14:42 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Did more cleanup (2.66 KB, patch)
2017-02-22 14:45 PST, Ryosuke Niwa
mcatanzaro: review+
mcatanzaro: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-02-22 14:40:02 PST
Add instructions now that I know you just need to run two commands.
Comment 1 Ryosuke Niwa 2017-02-22 14:42:20 PST
Created attachment 302445 [details]
Patch
Comment 2 Ryosuke Niwa 2017-02-22 14:45:18 PST
Created attachment 302446 [details]
Did more cleanup
Comment 3 Michael Catanzaro 2017-02-22 19:28:39 PST
Comment on attachment 302446 [details]
Did more cleanup

View in context: https://bugs.webkit.org/attachment.cgi?id=302446&action=review

> ReadMe.md:90
> +*Note*: To build and run GTK+ port, you need a Git checkout, not a Subversion checkout.

Well I assume SVN would work just as well; there's nothing port-specific about it. So I would just remove this sentence. I guess our BuildingGtk page doesn't mention SVN because we figure there's no way anybody outside Apple would ever want to use SVN when git is available. We really, really don't understand why you still use it. :P

> ReadMe.md:97
> +Then run the following command to build those dependencies:

"those" -> "additional"

> ReadMe.md:108
> +For more information, see the [wiki page](https://trac.webkit.org/wiki/BuildingGtk).

I would add one sentence here: "Note that the procedure for building release tarballs is different.  For more information..."
Comment 4 Ryosuke Niwa 2017-02-22 20:45:33 PST
Committed r212875: <http://trac.webkit.org/changeset/212875>