Skip to content

Releases: PhilNad/with-respect-to

Release 1

22 May 01:39
Compare
Choose a tag to compare

Pre-compiled binaries to be used on a 64-bit Linux operating system.

The pre-compiled static library libwrt-lib.a can be easily used in your C++ project as it contains all dependencies.

The command-line interface WRT can be placed in the user binaries directory /usr/local/bin/. The file was compiled as:
ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=92eafbd92fd52c6fad3e2c2adc49c07607515a15, for GNU/Linux 3.2.0, with debug_info, not stripped

The Python bindings in with_respect_to.cpython-38-x86_64-linux-gnu.so can be placed in Python's standard library directory (e.g.: /usr/lib/python3.8/).