diff options
Diffstat (limited to 'chapter8/meson.sh')
-rw-r--r-- | chapter8/meson.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter8/meson.sh b/chapter8/meson.sh new file mode 100644 index 0000000..df3a017 --- /dev/null +++ b/chapter8/meson.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +python3 setup.py build + +python3 setup.py install --root=dest +cp -rv dest/* / |