We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca989f7 + 0b183c0 commit fb61945Copy full SHA for fb61945
1 file changed
README.md
@@ -21,4 +21,17 @@ Building on Windows
21
- Install Microsoft Visual C++ Compiler for Python 2.7 from http://www.microsoft.com/en-us/download/details.aspx?id=44266
22
- Download and install PyQt4 for Python 2.7 from https://www.riverbankcomputing.com/software/pyqt/download
23
- 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:
29
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