prestoja1701 / paping

Automatically exported from code.google.com/p/paping
MIT License
0 stars 0 forks source link

Build for arm from source files #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Just want to say I was able to build the Linux source for armv71 without issues.

You need to have "build-essential" installed.

After downloading the source you can do:

g++ ./src/print.cpp ./src/stats.cpp ./src/timer.cpp ./src/arguments.cpp 
./src/i18n.cpp ./src/host.cpp ./src/socket.cpp ./src/main.cpp -o ./bin/paping

this will build a working "paping" executable.

Original issue reported on code.google.com by mich...@purevision.be on 30 Nov 2013 at 8:23