Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 271 Bytes

build_linux.md

File metadata and controls

6 lines (6 loc) · 271 Bytes

static linking tries

  1. install autoconf, libtool
  2. do cargo vcpkg install (install cargo-vcpkg first)
  3. go to target/vcpkg/ports/libsystemd/portfile.cmake and comment out line 44-49 and line 52
  4. rerun vcpkg install again
  5. build with release mode (cargo build -r)