You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ chmod +x udpflood-$(uname -m)
19
19
Use WSL 1 or 2 (You can use linux install script)
20
20
* For Windows 8.1 and older
21
21
You can use virtual machine to run this like vmware, virtualbox and install linux on it!
22
-
# How to building (for custom build, other arch)
23
-
Also Build with your own is recommended for performance.
22
+
# How to building (for custom build, other arch, other platform)
23
+
**Due** to we cannot prebuild for **all platform** or make prebuild **stable** and **support**for all device, we recommended **YOU** build with **YOURSELF!**
24
24
* requirements: ```glibc clang pstreams```
25
25
* for cross build, please install build toolchin for aarch64 too.
26
26
* Build with makefile
@@ -31,4 +31,7 @@ make cross
31
31
make ownarch
32
32
// clean build
33
33
make clean
34
+
// run program after build
35
+
make run
34
36
```
37
+
**NOTICE:** After Building your file will been located at `./out` and file format will be like `udpflood-(cpuarch)-(platform)` example: `udpflood-x86_64-GNU_Linux` or `udpflood-aarch64-Android`
0 commit comments