Skip to content

Commit

Permalink
Update version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Apr 30, 2018
1 parent 2e0eb42 commit 516a109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "DroneCore Guide",
"variables": {
"logo": "./assets/site/dronecore_logo_full.png",
"github_branch": "develop"
"github_branch": "v0.4.0"
},
"plugins": [
"youtube",
Expand Down
6 changes: 3 additions & 3 deletions en/contributing/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To build the *DroneCore* C++ Library on Linux (or macOS after installing the [pr
sudo apt-get update -y
sudo apt-get install cmake build-essential colordiff astyle git libcurl4-openssl-dev libtinyxml2-dev doxygen -y
```
> **Note** If the build reports a missing dependency, confirm that the set above matches the requirements in the [appropriate docker file for your platform](https://github.com/dronecore/DroneCore/tree/develop/docker).
> **Note** If the build reports a missing dependency, confirm that the set above matches the requirements in the [appropriate docker file for your platform](https://github.com/dronecore/DroneCore/tree/{{ book.github_branch }}/docker).
1. Clone the [DroneCore repository](https://github.com/dronecore/DroneCore) (or your fork):
```sh
Expand Down Expand Up @@ -275,7 +275,7 @@ docker run --rm -it -v $HOME/<path-to-dronecore-repo>/DroneCore:/root/DroneCore:
The approach above downloads a container image based on Ubuntu 16.04 ([dronecore/dronecore-ubuntu-16.04](https://hub.docker.com/r/dronecore/dronecore-ubuntu-16.04/)) or Fedora 27 ([dronecore/dronecore-fedora-27](https://hub.docker.com/r/dronecore/dronecore-fedora-27/)) from Docker Hub.
You can also build the images yourself using the files in [DroneCore/docker](https://github.com/dronecore/DroneCore/tree/master/docker). The image can be used in the same way as the one from Docker Hub.
You can also build the images yourself using the files in [DroneCore/docker](https://github.com/dronecore/DroneCore/tree/{{ book.github_branch }}/docker). The image can be used in the same way as the one from Docker Hub.
1. Open a command prompt/terminal in the root of the DroneCore repository.
1. Build the images as shown:
Expand Down Expand Up @@ -322,6 +322,6 @@ The files are created in **/install/docs/markdown**.
<span></span>
> **Note** The *generate_docs.sh* script [builds the library](../contributing/build.md), installs it locally to **/install**, and then uses *DOxygen* to create XML documentation in **/install/docs/xml**.
> The [generate_markdown_from_doxygen_xml.py](https://github.com/dronecore/DroneCore/blob/develop/generate_markdown_from_doxygen_xml.py) script
> The [generate_markdown_from_doxygen_xml.py](https://github.com/dronecore/DroneCore/blob/{{ book.github_branch }}/generate_markdown_from_doxygen_xml.py) script
> is then run on all files in the */xml* directory to generate markdown files in **/install/docs/markdown**.

0 comments on commit 516a109

Please sign in to comment.