mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 09:18:34 +00:00
Feat: Using Makefile
to build xray (#2882)
* Feat: Using `Makefile` to build xray * Typo
This commit is contained in:
parent
60f7a03e1b
commit
7b4db50c9d
4 changed files with 34 additions and 36 deletions
10
README.md
10
README.md
|
@ -125,16 +125,8 @@
|
|||
|
||||
## Compilation
|
||||
|
||||
### Windows
|
||||
|
||||
```bash
|
||||
go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main
|
||||
```
|
||||
|
||||
### Linux / macOS
|
||||
|
||||
```bash
|
||||
go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main
|
||||
make
|
||||
```
|
||||
|
||||
## Stargazers over time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue