Download from source control (recommended)
This is probably the best way to keep up to date with the latest FireBreath, which is generally a good idea. The latest source is usually pretty stable, but if you're really worried then check out the latest stable branch:
Checkout latest source from GitHub
git clone git:
//github.com/firebreath/FireBreath.git firebreath-dev
Checkout the FireBreath-1.7 branch from GitHub
git clone git:
//github.com/firebreath/FireBreath.git -b firebreath-1.7 firebreath-1.7
Download the latest release
- Download the latest (as of right now) FireBreath archive
- Download the latest (as of right now) FireBreath 1.7 stable archive (recommended)
Read the Version History
Check for breaking changes here: Version History
FireBreath-boost dependency
For those users who do not have boost already installed or who wish to use firebreath-boost anyway, you will need the latest FireBreath-boost archive as well. This should be installed automatically when you run the prep script for the first time! (Versions 1.4 and later). If that doesn't work, you may need to install it using the instructions below.
The boost/ and libs/ directories should be extracted to src/3rdParty/boost, so you end up with a structure like this:
<FB_ROOT>/src/3rdParty/boost/boost/
<FB_ROOT>/src/3rdParty/boost/libs/
Note that if you have a working internet connection, this dependency should be installed automatically when you run the prep script for the first time. If you obtained the FireBreath source from git, simply run this in the firebreath root directory:
git submodule update --recursive --init
|
Here are the download links for firebreath-boost: