summaryrefslogtreecommitdiff
path: root/BUILD-FROM-GIT.txt
blob: 4fe952a76d611baf22c14449401c6f9f0b71ca19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
I build from git using some scripts. General procedure is

    git clone https://github.com/libnet/libnet.git
    cd libnet
    scripts/Prepare
    scripts/Build

and then, one of the following, depending on how you like to install
local packages:

    sudo make install
    scripts/Stow
    scripts/Package