Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Nov 23, 2024
1 parent d16caff commit 89f6aba
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
### PocketBook SDK

The [PocketBook SDK](https://github.com/pocketbook/SDK_6.8.0) is
hosted on Github and managed as a Git submodule.
hosted on Github and used to be managed as a Git submodule. Recent
versions are distributed as archive in the Github project release
artefacts.

### GNU Scientific Library

Expand Down Expand Up @@ -35,16 +37,15 @@ podman run --rm -v ${PWD}:/opt/taranis \
Read the [Containerfile](./Containerfile) to fix potential missing
dependencies.

1. First, clone the source repository and populate the `SDK_6.8.0`
directory with the PocketBook SDK:
1. First, clone the source repository and run a script to populate the
`SDK_6.8.0` directory with the PocketBook SDK:
```sh
./scripts/install_sdk.sh
```

This will

2. Update SDK paths and generate cross compilation configuration (It
will generate the file `crossfile_arm.ini` used to build):
2. Run a script to update SDK paths and generate cross compilation
configuration (It will generate the file `crossfile_arm.ini` used
to build):
```sh
./scripts/generate_cross_compilation_conf.sh
```
Expand Down

0 comments on commit 89f6aba

Please sign in to comment.