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

Compiling

redd edited this page Nov 11, 2023 · 2 revisions

Clone this git repository and cd inside it:

user@host:tmp$ git clone https://github.com/redds-be/reddlibc.git
user@host:tmp$ cd reddlibc/

Makefile

You must have make, gcc, binutils installed to follow this step.

Run make as any user (preferably not root).

user@host:reddlibc$ make

Manually

  1. Compile the .c files into object files using your compiler of choice.
  2. Use your tool of choice to compile the object files into a static library

Clone this wiki locally