Skip to content

Commit 53a392f

Browse files
Added a warning to README.md
1 parent 3145eef commit 53a392f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# WARNING! THIS IS AN EXPERIMENTAL BRANCH CONTAINING CHANGES THAT HAVE NOT BEEN TESTED ENOUGH! PLEASE, USE WITH CAUTION!
2+
13
Bubblewrap
24
==========
35

@@ -72,6 +74,8 @@ If you need to build bubblewrap from source, you can do this with meson or autot
7274

7375
meson:
7476

77+
**Warning: Meson build hasn't been tested with experimental changes. Not recommeneded for experimental branch**
78+
7579
```
7680
meson _builddir
7781
meson compile -C _builddir
@@ -81,10 +85,11 @@ meson install -C _builddir
8185
autotools:
8286

8387
```
84-
./autogen.sh
88+
./autogen.sh $path
8589
make
8690
sudo make install
8791
```
92+
where $path -- a full path to the directory containing [helper functions built as shared libraries](https://github.com/ChrysoliteAzalea/landlock-functions/).
8893

8994
Usage
9095
-----

0 commit comments

Comments
 (0)