Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2021-05-05 | 729 Bytes | |
libhideip-1.9.tar.gz | 2021-01-20 | 566.5 kB | |
libhideip-1.9.tar.gz.asc | 2021-01-20 | 488 Bytes | |
libhideip-1.9-1.src.rpm | 2021-01-20 | 574.1 kB | |
libhideip-debuginfo-1.9-1-omv4001.x86_64.rpm | 2021-01-20 | 50.2 kB | |
libhideip-devel-1.9-1-omv4001.x86_64.rpm | 2021-01-20 | 316.6 kB | |
libhideip-1.9-1-omv4001.x86_64.rpm | 2021-01-20 | 78.0 kB | |
libhideip-1.9-sign-key.asc | 2021-01-20 | 1.8 kB | |
Totals: 8 Items | 1.6 MB | 0 |
This is the README file for LibHideIP, a library which hides your local IP address from programs. ================================================================ Requirements for compiling: - a working C compiler (C++ compilers won't work due to variable casts) - development package for the C library (like glibc-devel and glibc-headers) - libdl, the dynamic loading library, with its development package (unless the required functions are in the C library) - the 'make' program Type ./configure to configure the library for your system. Type make to compile the library. Type make install to install the library. NOTE: 'make install' is NOT recommended. Create and install an RPM package instead, if possible.