Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Jun 6, 2024
1 parent 5693479 commit d6170ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
.\vcpkg integrate install &&
.\vcpkg install libusb libpcap vcpkg-tool-ninja &&
cd .. &&
cmake "-DCMAKE_TOOLCHAIN_FILE=D:/a/rtl8812au-monitor-pcap/rtl8812au-monitor-pcap/vcpkg/scripts/buildsystems/vcpkg.cmake" -G "Visual Studio 16 2019" -S ./ -B "build" &&
cmake "-DCMAKE_TOOLCHAIN_FILE=D:/a/rtl8812au-monitor-pcap/rtl8812au-monitor-pcap/vcpkg/scripts/buildsystems/vcpkg.cmake" -S ./ -B "build" &&
cmake --build build --config Release --target WiFiCapture
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The RTL8812AU driver that simply devours its competitors
### usage
- Repair libusb driver

download Zadig

![img.png](images/img.png)

- Command line
Expand Down

0 comments on commit d6170ea

Please sign in to comment.