Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
5T33Z0 authored Aug 1, 2024
1 parent 64bb943 commit 2050cdc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Additional_Files/Slimmed_Kexts/Intel_AC-9650/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ The size of the Intel Wireless kext can be reduced drastically by about factor 1
- In Finder, navigate to `~/Downloads/itlwm-master/itlwm/firmware`
- Delete every file except `iwm-9000-46`

## Compiling the kext
Enter the following commands (the lines without `#`) in Terminal and execute them one by one:
## Compiling the kexts
Enter the following commands (the lines without `#`) in Terminal and execute them one by one to build itlwm as well as AirportItlwm kexts for all versions of macOS:
```
# remove generated firmware
rm include/FwBinary.cpp
# generate firmware
xcodebuild -project itlwm.xcodeproj -target fw_gen -configuration Release -sdk macosx
# build itlwm kext
xcodebuild -project itlwm.xcodeproj -target itlwm -configuration Release -sdk macosx
# building the kexts
xcodebuild -alltargets -configuration Release
```
Once compiling is completed the `itlwm.kext` will be located at `~/Downloads/itlwm-master/itlwm/build/release`
Once compiling is completed the kexts will be located at `~/Downloads/itlwm-master/itlwm/build/release`:<br>![kexts](https://github.com/user-attachments/assets/719630a7-54db-4c3e-b214-770dd24302a3)

## Testing
- Copy the kext to `EFI/OC/Kexts`, replacing the existing one
Expand Down

0 comments on commit 2050cdc

Please sign in to comment.