Menu

Compiling

Bogdan Drozdowski

Read the info documentation (type 'info doc/libhideip.info') to always get the current information.

LibHideIP, in various versions, has been successfully compiled on the following systems:

Codacy Badge

CodeQL Semgrep SonarCloud analysis

SonarCloud
Security Rating Maintainability Rating Reliability Rating Vulnerabilities Bugs Coverage

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 program.
Type make install to install the program. NOTE: 'make install' is NOT recommended. Create and install an RPM package instead, if possible.


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.