Browse Source

1

nodeinfo-routing-update
jeka 1 month ago
parent
commit
f821ab9640
  1. 2
      AGENTS.md
  2. 3
      build.bat
  3. 2
      build_full.bat

2
AGENTS.md

@ -12,6 +12,7 @@ This file contains essential information for AI coding agents working in the uTu
## 🔧 Build Commands
### Full Build
win: C:\ARM\_uTun\utun2\build.bat (без аргументов и дополнительных команд, текущий каталог не важен)
```bash
./autogen.sh # Generate configure script (if needed)
./configure # Configure build
@ -27,6 +28,7 @@ cd tests && make # Build only tests
```
### Clean Build
win: build_full.bat (без аргументов, текущий каталог не важен)
```bash
make clean # Clean object files
make distclean # Clean everything including configure files

3
build.bat

@ -2,6 +2,9 @@
echo uTun Build Script for MSYS2 UCRT64
echo.
pushd "%~dp0"
rem export http_proxy="http://192.168.29.1:9999"
rem export https_proxy="http://192.168.29.1:9999"

2
build_full.bat

@ -4,6 +4,8 @@ echo =========================================
echo This will regenerate build system with autoreconf
echo.
pushd "%~dp0"
rem export http_proxy="http://192.168.29.1:9999"
rem export https_proxy="http://192.168.29.1:9999"

Loading…
Cancel
Save