1
0
mirror of https://github.com/bettercap/bettercap.git synced 2025-03-12 04:36:03 -07:00

Updated Compilation on Android (markdown)

evilsocket 2019-02-21 15:08:22 +01:00
parent b2770977f3
commit ad9ba586fb

@ -1,6 +1,6 @@
In order to compile bettercap on Android:
1. From the play store or f-droid, install [Termux](https://termux.com/).
2. In Termux, type: `pkg install golang git libpcap-dev` and say "y" to the dependencies.
2. In Termux, type: `pkg install golang git libpcap-dev libusb1.0-dev` and say "y" to the dependencies.
3. Type `go get github.com/bettercap/bettercap` and wait.
4. Your build is in `go/bin/bettercap`.