Skip to content

Commit

Permalink
Added README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Andreas Entschev committed Oct 21, 2014
1 parent 637b27a commit 098ca82
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Intel MPSS 3.4 for Linux 3.13.0
===============================

This repository contains Intel MPSS 3.4 modules. The source is patched to work
with Linux Kernel 3.13.0, it was only tested on Ubuntu 14.04, but should work
on any distro since the Kernel version is 3.13.0 (not tested with newer
kernel versions).

Requirements
------------

Before building the kernel modules, make sure you have all tools necessary to
build the Linux Kernel (e.g., GCC, Make, etc.) and the kernel source or
headers. On Ubuntu 14.04, should be enough to have the following packages
installed:

* build-essential
* linux-headers-generic

Building and Installing
-----------------------

To build, simply run make:

`$ make`

To install, you must be logged in as root or use sudo:

`# make install`
`$ sudo make install`

0 comments on commit 098ca82

Please sign in to comment.