Skip to content

Commit

Permalink
update doc (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
superwhd authored May 17, 2021
1 parent 7def25f commit 8204681
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,18 @@ Open up a terminal and perform the following commands:

### 2. Configure and build the project ###

If the `configure` script is not already present in the root directory
of your `wpantund` sources (which it should be if you got these
sources from a tarball), you will need to either grab one of the `full/*`
tags from the official git repository or run the bootstrap script.
#### 2.1. Running the bootstrap script ####

#### 2.1. Grabbing a full tag from Git ####
Make sure that your repository is at `origin/master`.

The most likely thing you want to build is the latest stable release.
In that case, all you need to do is checkout the tag `full/latest-release`:
git checkout origin/master

git checkout full/latest-release

And you should then be ready to build configure. Jump to section 2.3.

#### 2.2. Running the bootstrap script ####

Alternatively, you can *bootstrap* the project directly by doing the
following:
Then *bootstrap* the project by doing the following:

sudo apt-get install libtool autoconf autoconf-archive
./bootstrap.sh

#### 2.3. Running the configure script ####
#### 2.2. Running the configure script ####

If the `configure` script is present, run it and then start the make
process:
Expand Down

0 comments on commit 8204681

Please sign in to comment.