Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] update INSTALL.md to use the latest master instead of full/latest-release #495

Merged
merged 1 commit into from
May 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update doc
  • Loading branch information
superwhd committed May 17, 2021
commit d028d4d4595a1a115e28f3333aee38307158dd90
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