File tree Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,31 +16,6 @@ e.g. by adding the following line to your `~/.bashrc` file:
16
16
export PATH=" /opt/avr-gcc/bin:$PATH "
17
17
```
18
18
19
- ## Building locally with Docker
20
-
21
- There is a Docker image with all prerequisites for building, created from the ` Dockerfile ` in this repository.
22
- Build the image from the local ` Dockerfile ` and start it:
23
-
24
- ``` sh
25
- docker build --tag avr-gcc-prerequisites:local .
26
- docker run -it avr-gcc-prerequisites:local
27
- ```
28
-
29
- Inside the Docker container get this repository
30
-
31
- ``` sh
32
- git clone https://github.com/modm-io/avr-gcc.git
33
- ```
34
-
35
- Run the build.sh script
36
-
37
- ``` sh
38
- cd avr-gcc
39
- ./build.sh
40
- ```
41
-
42
- The toolchain will be in ` /opt/avr-gcc ` .
43
-
44
19
## Building in Github Actions
45
20
46
21
There is a Github Actions job defined in ` .github/workflows/ ` which builds the
You can’t perform that action at this time.
0 commit comments