summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD-FROM-GIT.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/BUILD-FROM-GIT.txt b/BUILD-FROM-GIT.txt
new file mode 100644
index 0000000..ae0916a
--- /dev/null
+++ b/BUILD-FROM-GIT.txt
@@ -0,0 +1,14 @@
+I build from git using some top-level scripts. General procedure is
+
+ git clone .../libnet.git
+ cd libnet/libnet
+ ../Prepare
+ ../Build
+
+and then, one of the following, depending on how you like to install
+local packages:
+
+ sudo make install
+ ../Stow
+ ../Package
+