Skip to content

Commit

Permalink
added note about C headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Dahlmanns committed May 14, 2014
1 parent 1ca2121 commit a8eaf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Please note that you will need to make sure to have the necessary rights to writ

Installation
-------------
Simply check out the repository and use the command <pre><code>go build && go install</code></pre> The package will then be installed to your local respository, along with the package documentation. The documentation contains more details on the usage of this package.
Simply check out the repository and use the commands <pre><code>go build && go install</code></pre> The package will then be installed to your local respository, along with the package documentation. The documentation contains more details on the usage of this package.

Don't worry about the C sources, as CGO will take care of compiling these for you as well.
Don't worry about the C sources, as CGO will take care of compiling these for you as well. However, you will need to make sure to have the necessray header files for gcc installed on your system. They should be located underneath "/usr/include/linux".

License
--------
Expand Down

0 comments on commit a8eaf5a

Please sign in to comment.