Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 429 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 429 Bytes

MTProxyARMPatch

Patch for running MTProxy on ARM (including MIPS)

  1. Start installation - clone this
  2. Install required depencies (view README.md)
  3. Go to MTProto directory
  4. Import arm.patch
  5. Execute this commands:
  • make clean
  • patch -p1 < arm.patch
  • make && cd objs/bin
  1. Continue normal installation