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

chore: installation convenience #49

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
13 changes: 7 additions & 6 deletions doc/install-scripts.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
The directory __/home/boschrexroth/scripts/__ of an App Build Environment contains a set of important scripts.
The repository https://github.com/boschrexroth/ctrlx-automation-sdk contains a set of important scripts.

In the file `/home/boschrexroth/scripts/README.md` all files are listed and described.

__Hint:__ The ctrlX AUTOMATION SDK contains these scripts also in the folder scripts/environment/scripts.
In the file `./scripts/README.md` all files are listed and described.

## Some important scripts

Expand All @@ -13,7 +11,10 @@ __Hint:__ The ctrlX AUTOMATION SDK contains these scripts also in the folder scr

In addition to the ctrlX AUTOMATION SDK, the ctrlx-datalayer debian package, snapcraft and libraries for cross build are installed.

~/scripts/install-sdk.sh
```shell
apt install unzip
sh -c "$(curl -fsSL https://raw.githubusercontent.com/boschrexroth/ctrlx-automation-sdk/main/scripts/clone-install-sdk.sh)"
```

Now the directory ctrlx-automation-sdk/ contains the files of the ctrlX AUTOMATION SDK.

Expand All @@ -23,4 +24,4 @@ These scripts are installing programming language dependend packages to be able

### install-ctrlx-os-dev-tools.sh

This script installs packages needed to build a ctrlX CORE image.
This script installs packages needed to build a ctrlX CORE image.