From 6606ff33e036f72c33f23deb1e9d920148a0dd37 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sat, 20 May 2023 10:37:13 +0300 Subject: [PATCH] Update README.md How to compile the project --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 44224c5..45793d1 100644 --- a/README.md +++ b/README.md @@ -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.