From d32b25e06121197055766dddebd9f5e3e0a17692 Mon Sep 17 00:00:00 2001 From: Kevin George Date: Wed, 19 Oct 2016 17:47:10 -0400 Subject: [PATCH] Added the dependencies for make in the firmware directory and a depency of libssl-dev on Ubuntu/Debian to build driver --- Get-Started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Get-Started.md b/Get-Started.md index a7ce5a9..708e54f 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -17,6 +17,7 @@ See [Additional Notes](#additional-notes) below in case you come across any issu Download the driver (zip version) and extract it by following these steps: * Clone the git repository with `$ git clone https://github.com/patjak/bcwc_pcie.git` * Change to the firmware directory with `$ cd bcwc_pcie/firmware` +* Dependencies for make are curl, xzcat and cpio * Under bcwc_pcie/firmware type `$ make` and then as root type `# make install` * Result should be like: @@ -77,7 +78,7 @@ IF YOU ENCOUNTER ANY ISSUES LOOK AT THE "ADDITIONAL NOTES" SECTION ON THE BOTTOM `$` indicates as normal user - Extract and install the firmware file as described in [Firmware extraction](#firmware-extraction). -- Install the dependencies : `# apt-get install linux-headers git kmod checkinstall` +- Install the dependencies : `# apt-get install linux-headers git kmod libssl-dev checkinstall` linux-headers may be slightly different e.g. linux-headers-4.3.0-1-amd64, you can check which kernel version you are running with `$ uname -r` - Clone the driver's code: `$ git clone https://github.com/patjak/bcwc_pcie.git` - Change into that dir: `$ cd bcwc_pcie`