Skip to content

Commit c47eb6a

Browse files
committed
build for 64-bit
1 parent ccc33cb commit c47eb6a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ Tested on Raspberry Pi 4 Model B (8 GB).
2222

2323
### Supported OS
2424

25-
* Raspberry Pi OS Bullseye (32-bit)
25+
* Raspberry Pi OS Bullseye (32-bit and 64-bit)
2626

2727
## Install
2828

29+
* 32-bit:
30+
2931
```shell
3032
wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection.deb
3133
```
@@ -34,6 +36,16 @@ wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/down
3436
sudo apt install -y ./libfacedetection.deb
3537
```
3638

39+
* 64-bit:
40+
41+
```shell
42+
wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection_64.deb
43+
```
44+
45+
```shell
46+
sudo apt install -y ./libfacedetection_64.deb
47+
```
48+
3749
## Uninstall
3850

3951
```shell

0 commit comments

Comments
 (0)