Skip to content

Commit

Permalink
Cleanup build scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMore201 committed Nov 25, 2024
1 parent 1f5c216 commit 5fc47dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 812 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install build-essential build-essential texinfo \
flex bison libmpfr-dev libgmp-dev libmpc-dev zip libdebuginfod-dev \
gcc-mingw-w64 g++-mingw-w64
sudo ./scripts/install-deps
- name: Build Linux
run: |
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ git clone --recursive [email protected]:EEESlab/tricore-gcc-toolchain-11.3.0.git
Install build dependencies:

```sh
sudo apt-get update
sudo apt-get -y install build-essential texinfo \
flex bison libmpfr-dev libgmp-dev libmpc-dev zip libdebuginfod-dev
sudo ./scripts/install-deps
```

Create a temporary build directory and call the `configure` script
Expand Down
Loading

0 comments on commit 5fc47dd

Please sign in to comment.