Steps
Following STEPS were used for the building and installation:
$ wget https://github.com/tinyproxy/tinyproxy/releases/download/1.10.0/tinyproxy-1.10.0.tar.gz
$ tar -zxvf tinyproxy-1.10.0.tar.gz && cd tinyproxy-1.10.0
$ ./configure
$ make
$ make install
Outcome
To validate that the build was successful, we ran file command for tinyproxy binary inside ./src/
$ file tinyproxy
tinyproxy: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f183fceccc0e8f3f45f2d384ddd24fd26daea72d, for GNU/Linux 3.7.0, with debug_info, not stripped
All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).
Steps
Following STEPS were used for the building and installation:
Outcome
To validate that the build was successful, we ran file command for tinyproxy binary inside ./src/
All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).