We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8a320 commit c77d788Copy full SHA for c77d788
README.md
@@ -65,6 +65,16 @@ Then build it with:
65
make
66
make install
67
68
+If you compile with a --prefix directory which does not match $XDG_DATA_DIRS
69
+you will get a runtime error about the schema not being found. To workaround
70
+set $XDG_DATA_DIRS before starting Liferea. For example:
71
+
72
+ my_dir=$HOME/tmp/liferea
73
+ ./autogen.sh --prefix=$my_dir
74
+ make
75
+ make install
76
+ env XDG_DATA_DIRS="$my_dir/share:$XDG_DATA_DIRS" $my_dir/bin/liferea
77
78
79
Contributing
80
------------
0 commit comments