Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit d2b5ed2

Browse files
author
Phapoom Saksri
authored
Update README.md
1 parent 902da12 commit d2b5ed2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ chmod +x udpflood-$(uname -m)
1919
Use WSL 1 or 2 (You can use linux install script)
2020
* For Windows 8.1 and older
2121
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!**
2424
* requirements: ```glibc clang pstreams```
2525
* for cross build, please install build toolchin for aarch64 too.
2626
* Build with makefile
@@ -31,4 +31,7 @@ make cross
3131
make ownarch
3232
// clean build
3333
make clean
34+
// run program after build
35+
make run
3436
```
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

Comments
 (0)