summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2024-08-01 16:18:27 -0400
committerArun Raghavan <arun@asymptotic.io>2024-08-01 16:18:27 -0400
commit4feb51fa227d11b133eeeaff4fe97a76ff3a10ca (patch)
treec8454ebc600bf03c61469ea128a09656e10459c4 /HACKING
parent41d1ef00dd8c9532880e777d26d913a69f4bb913 (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--HACKING3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index af5e7978..11f4a653 100644
--- a/HACKING
+++ b/HACKING
@@ -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