Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySlice committed May 20, 2023
2 parents 0a7c17e + 6606ff3 commit d98850c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,27 @@ Key Features of the Driver
- Support for Energy Efficient Ethernet (EEE).
- VLAN support is implemented but untested as I have no need for it.
- The driver is published under GPLv2.

# Compilation

Download sources
~~~~
git clone https://github.com/CloverHackyColor/IntelMausiEthernet.git
~~~~

then also download MacKernelSDK
~~~~
git clone https://github.com/joevt/MacKernelSDK.git
~~~~

goto the project folder
~~~~
cd IntelMausiEthernet
~~~~

and make symbolic link to the SDK
~~~~
ln -s ../MacKernelSDK MacKernelSDK
~~~~

The project is ready to compile by Xcode any version.

0 comments on commit d98850c

Please sign in to comment.