aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/python.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 19:48:11 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 19:48:11 -0500
commit9d68d5da4115353816ab4f6b1c7a4f5db43576f9 (patch)
tree60ca50e8dd0fabfc778c0c908a8d56b1f5030b1a /chapter7/python.sh
parentba6db389412d48b20ba81bb5fb373b93b08659f1 (diff)
Prepare chapter 7 build scripts.
Diffstat (limited to 'chapter7/python.sh')
-rw-r--r--chapter7/python.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter7/python.sh b/chapter7/python.sh
new file mode 100644
index 0000000..7d158b1
--- /dev/null
+++ b/chapter7/python.sh
@@ -0,0 +1,5 @@
+./configure --prefix=/usr \
+ --enable-shared \
+ --without-ensurepip &&
+make &&
+make -j1 install