summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2013-04-15 13:54:07 -0700
committerSam Roberts <vieuxtech@gmail.com>2013-04-15 13:54:33 -0700
commit1a1242702fd56a91178b8d77d1ee8d5bfa90a986 (patch)
treecfc73d6dca2d93b1c40fb8548070003ad91995f4
parent06d758b1c7d14515b4b1d40bd17726a11c972da0 (diff)
downloadlibnet-1a1242702fd56a91178b8d77d1ee8d5bfa90a986.tar.gz
Notes on how to build from a git checkout.
-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
+