Changes between Version 2 and Version 3 of WebKitEnablingFlatpakClangd


Ignore:
Timestamp:
Jun 9, 2022 3:06:49 AM (23 months ago)
Author:
Martin Robinson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitEnablingFlatpakClangd

    v2 v3  
    11== Configuration
    2 1. Create a symlink in the root of your WebKit source directory:
    3 {{{
    4 $ ln -s WebKitBuild/GTK/Release/compile_commands.json compile_commands.json
    5 }}}
    6    Replacing `GTK` with `WPE` if you are commonly building the WPE port.
    7 
    8 2. In your IDE set the clangd path to `<WebKitSourceDirectory>/Tools/flatpak/webkit-clangd`.
    9 3. Make sure that the clangd arguments include the `--enable-config` and the `--gtk` or `--wpe` options.
     2In your IDE set the clangd path to `<WebKitSourceDirectory>/Tools/flatpak/webkit-clangd`. Make
     3sure that the clangd arguments include the `--enable-config` and the `--gtk` or `--wpe` options.
    104
    115== Vim Example