Skip to content

Commit

Permalink
- [Development Environment] fixed Prerequisites title (#687)
Browse files Browse the repository at this point in the history
- [Development Environment] add gcc as prerequisite
  • Loading branch information
premkirank committed Aug 11, 2023
1 parent c83d3cd commit 95945ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ In this section it is explained how to set up a development environment:

![development_environment](/images/documentation/contribution/development_environment.png)

### Prerrequisites
### Prerequisites

- Development tools are installed:
- [oc](https://docs.openshift.com/container-platform/4.7/cli_reference/openshift_cli/getting-started-cli.html) or [kubectl](https://kubernetes.io/es/docs/tasks/tools/)
- [go](https://go.dev/)
- [make](https://www.gnu.org/software/make/)
- [npm](https://www.npmjs.com/)
- [yarn](https://yarnpkg.com/)
- [gcc](https://gcc.gnu.org/)
- Kiali source code: We will fork the 3 kiali repositories, and then, clone them in a local folder:
- [Kiali](https://github.com/kiali/kiali)
- [Kiali-operator](https://github.com/kiali/kiali-operator)
Expand Down

0 comments on commit 95945ce

Please sign in to comment.