CiscoTheProot/yaml parse test/README.md
CiscoTheWolf 9c008eb58d Further optimisations and rustification of interpolation
Co-authored-by: Patrickfen <Patrickfen@users.noreply.github.com>
2023-10-03 23:17:32 +02:00

422 B

Crosscompile instructions:

  • Build docker image with python armv7 installed: docker build -t my-image .
  • Use cross to crosscompile: cross.exe build --target=armv7-unknown-linux-gnueabihf --release
  • Move built library to the correct folder: cp fastproot/target/armv7-unknown-linux-gnueabihf/release/libfastproot.so ./
  • Move windows binary cp fastproot/target/release/fastproot.dll ./fastproot.pyd