Skip to content

Commit

Permalink
Add instructions for FreeBSD users
Browse files Browse the repository at this point in the history
I've created a FreeBSD port. Add package install and ports build instructions for FreeBSD users.
  • Loading branch information
ehaupt authored Oct 12, 2017
1 parent ca989f7 commit 0b183c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,17 @@ Building on Windows
- Install Microsoft Visual C++ Compiler for Python 2.7 from http://www.microsoft.com/en-us/download/details.aspx?id=44266
- Download and install PyQt4 for Python 2.7 from https://www.riverbankcomputing.com/software/pyqt/download
- Install the btchip library (open a command prompt and enter c:\python27\scripts\pip install btchip)

Building/Installing on FreeBSD
------------------------------

On FreeBSD you can install the packages:

pkg install security/py-btchip

or build via ports:

cd /usr/ports/security/py-btchip
make install clean


0 comments on commit 0b183c0

Please sign in to comment.