In Ubuntu 16.04 I can do this like this:
In FreeBSD, I tried this:
Code:
apt-get install build-essential git
git clone https://github.com/CristianVladescu/rtl8814AU.git
cd rtl8814AU && make && make install
- Install FreeBSD 10.3 with source files - OK
pkg install git
- OKgit clone https://github.com/CristianVladescu/rtl8814AU.git
- OK
cd rtl8814AU
- OK
make
- FAIL-
Code:
make: "/root/rtl8814AU/Makefile" line 137: Missing dependency operator make: "/root/rtl8814AU/Makefile" line 139: Need an operator make: "/root/rtl8814AU/Makefile" line 141: Missing dependency operator ... make: "/root/rtl8814AU/Makefile" line 1688: Need an operator make: "/root/rtl8814AU/Makefile" line 1692: Need an operator make: "/root/rtl8814AU/Makefile" line 1734: Need an operator make: Fatal errors encountered -- cannot continue make: stopped in /root/rtl8814AU
-
- pkg install gmake - OK
- gmake - FAIL
-
Code:
gmake ARCH=amd64 CROSS_COMPILE= -C /lib/modules/10.3-RELEASE/build M=/root/rtl8814AU modules gmake[1]: *** /lib/modules/10.3-RELEASE/build: No such file or directory. Stop. gmake: *** [Makefile:1699: modules] Error 2
-