Sha256: d46081d26299b0bfff2cbfcc2fa317082fa8cb80700345c3464094556c8dae25

Contents?: true

Size: 553 Bytes

Versions: 9

Compression:

Stored size: 553 Bytes

Contents

The utility has been built using the following command under Ubuntu Linux 11.10 32-bit:

  g++ -static -s -I. *.cpp /usr/lib/libpopt.a -o notify

Or, to achieve the minimal size of the binary:

  g++ -static -s -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -I. *.cpp /usr/lib/libpopt.a -o notify

You might need to change path to libpopt to whatever location it is on your system.
Libpopt is the only dependency aside from g++ if you want to build the utility.
It comes pre-built statically with realsync, so it will most probably just work

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
entangler-0.4.1 lib/notifier/src/linux/old/BUILD
entangler-0.4.0 lib/notifier/src/linux/old/BUILD
entangler-0.3.1 lib/notifier/src/linux/old/BUILD
entangler-0.3.0 lib/notifier/src/linux/old/BUILD
entangler-0.2.1 lib/notifier/src/linux/old/BUILD
entangler-0.2.0 lib/notifier/src/linux/old/BUILD
entangler-0.1.2 lib/notifier/src/linux/old/BUILD
entangler-0.1.1 lib/notifier/src/linux/old/BUILD
entangler-0.1.0 lib/notifier/src/linux/old/BUILD