Skip to content
This repository was archived by the owner on Sep 21, 2024. It is now read-only.

Installing

redd edited this page Nov 20, 2023 · 5 revisions

You must have compiled the code into a static library before continuing further.

Makefile

You must have make installed to follow this step.

Run make install as root.

root@host:reddlibc# make install

Manually

  1. Copy all the header files into /usr/include or another directory fitting for header files.
  2. Copy bin/reddlibc.a into /usr/lib or another directory fitting for a library.

Clone this wiki locally