-
Overview
-
Quickstart
-
Build your first application
- Introduction
- Prerequisite
- Concepts
- CI build
- redtests quickstart
- Deployment
- Command line interface (rp-cli)
- Local builder
- Building Microservices Natively
Enrich the SDK
Update your redpesk container
To update it, execute the following command:
sudo dnf update --refresh
sudo dnf-aarch64 update --refresh
This will update the redpesk distribution and the development kit.
Installing a package for the native architecture
Use the package manager, this will be useful to install compiler, build tool, generator etc.
sudo dnf install <pkg_name>
Installing a package for the target architecture (only aarch64 for the moment)
Use the package manager preconfigured to install in the target sysroot environment.
sudo dnf-aarch64 install <pkg_name>