summaryrefslogtreecommitdiff
path: root/BUILD-FROM-GIT.txt
blob: ae0916a802422df50d4b6d347ff1c5f106a52752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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