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

docs: Update Incorrect Ref Executable Path #869

Merged
merged 2 commits into from
Jul 26, 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
11 changes: 2 additions & 9 deletions docs/Tutorials/GettingStarted/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,18 +204,11 @@ cd fprime/Ref
fprime-util build raspberrypi
```

## Installing the F´ Executable and Dictionaries

Once the deployment is built, it would be nice to be able to install the binary and dictionaries. This will enable the users to
quickly find and run the deployment. This installation can be run using the following command. Everything will be installed to
the directory defining the deployment. i.e. `fprime/Ref/bin`. Install will also invoke `build` so users should use this in-place
of build for deployments.

**Installing the Ref Deployment and Running the Binary Assuming Linux**
**Running the Binary Assuming Linux**
```
cd fprime/Ref
fprime-util build
./bin/Linux/Ref # Run the deployment
./build-artifacts/Linux/bin/Ref # Run the deployment
CTRL-C # Exit the application
```
Running the application as part of the development ground data system is shown below.
Expand Down