diff options
author | Arun Raghavan <arun@asymptotic.io> | 2024-08-01 16:18:27 -0400 |
---|---|---|
committer | Arun Raghavan <arun@asymptotic.io> | 2024-08-01 16:18:27 -0400 |
commit | 4feb51fa227d11b133eeeaff4fe97a76ff3a10ca (patch) | |
tree | c8454ebc600bf03c61469ea128a09656e10459c4 /HACKING | |
parent | 41d1ef00dd8c9532880e777d26d913a69f4bb913 (diff) |
doc: Add a note about fixing paths in HACKING
Part-of: <https://gitlab.freedesktop.org/gstreamer/www/-/merge_requests/125>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ To hack on the GStreamer website, here's what to do: 2) src/autogen.sh 3) create src/htdocs/entities.site by symlinking the applicable entities file (entities.site.xxx found in htdocs) - * entities.site.gnl is for building/running the site locally + * entities.site.gnl is for building/running the site locally, you will + need to edit the file to correct to local path of your git checkout. * entities.site.fdo is for gstreamer freedesktop setup (e.g.: cd src/htdocs; ln -s ./entities.site.fdo ./entities.site; cd ../..) 4) mkdir data |