Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit fb61945

Browse files
authored
Merge pull request #26 from ehaupt/patch-1
Add instructions for FreeBSD users
2 parents ca989f7 + 0b183c0 commit fb61945

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,17 @@ Building on Windows
2121
- Install Microsoft Visual C++ Compiler for Python 2.7 from http://www.microsoft.com/en-us/download/details.aspx?id=44266
2222
- Download and install PyQt4 for Python 2.7 from https://www.riverbankcomputing.com/software/pyqt/download
2323
- Install the btchip library (open a command prompt and enter c:\python27\scripts\pip install btchip)
24+
25+
Building/Installing on FreeBSD
26+
------------------------------
27+
28+
On FreeBSD you can install the packages:
2429

30+
pkg install security/py-btchip
31+
32+
or build via ports:
33+
34+
cd /usr/ports/security/py-btchip
35+
make install clean
36+
37+

0 commit comments

Comments
 (0)