From 1a1242702fd56a91178b8d77d1ee8d5bfa90a986 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Mon, 15 Apr 2013 13:54:07 -0700 Subject: Notes on how to build from a git checkout. --- BUILD-FROM-GIT.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 BUILD-FROM-GIT.txt 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 + -- cgit v1.2.1