Skip to content

Commit

Permalink
Move building from source instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-mcelwain committed Jan 31, 2025
1 parent 07ca013 commit f08b304
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ The following sections document how to download, install, configure, use and tro
- [Downloading the files](#downloading-the-files)
- [Extracting the files](#extracting-the-files)
- [Verifying integrity of the download](#verifying-integrity-of-the-download)
- [Building from source](doc/build_from_source.md)
- [Installation](#installation)
- [Checking MotoPlus configuration](#checking-motoplus-configuration)
- [Installing MotoROS2 out file](#installing-motoros2-out-file)
- [Building from source](doc/build_from_source.md)
- [Example INFORM jobs](#example-inform-jobs)
- [Understanding the micro-ROS Agent](#understanding-the-micro-ros-agent)
- [Configuration](#configuration)
Expand Down Expand Up @@ -189,10 +189,6 @@ Be sure to describe which version of MotoROS2 was downloaded, from where, how it

**Note**: please verify you ran `md5sum` against the `.out` file, not the `.zip` nor any other file included in the release.

## Building from source

Please refer to [doc/Building from source](doc/build_from_source.md).

## Installation

### Checking MotoPlus configuration
Expand Down Expand Up @@ -287,6 +283,12 @@ If `SAVE DATA CRC CHECK FUNC (FSU)` was disabled at the start of this procedure,
1. navigate to `SAVE DATA CRC CHECK FUNC (FSU)`
1. set this feature to `VALID`

## Building from source

Check failure on line 286 in README.md

View workflow job for this annotation

GitHub Actions / md_lint

Headings must start at the beginning of the line

README.md:286:1 MD023/heading-start-left Headings must start at the beginning of the line [Context: " ## Building from source"] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md023.md

Downloading and installing the binaries hosted on this repository as shown in the instructions above is the easiest way to run MotoROS2, and it is the recommended method.
But if you would like to modify the behavior or feature set of MotoROS2 yourself, you will have to build from source.
Please refer to [doc/Building from source](doc/build_from_source.md) for instructions on how to do so.

## Example INFORM jobs

All MotoROS2 release `.zip`s contain a copy of the default INFORM jobs (`.jbi` and associated `.dat`).
Expand Down

0 comments on commit f08b304

Please sign in to comment.