No description
Find a file
Mathieu Desnoyers f01911ad18 Fix typo
Change-Id: Ic302e923d5d900d78493608ef6f3081516df812d
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2025-08-20 08:50:44 -04:00
include Fix typo 2025-08-20 08:50:44 -04:00
LICENSES Add missing license and copyright headers 2024-07-23 19:07:42 -04:00
m4 fix: m4: ensure newline after the no-op command 2025-06-09 11:00:48 -04:00
src Cleanup: rcu: Move comment before SEQ_CST atomic 2025-01-06 11:21:56 -05:00
tests Fix float conversion error 2024-11-28 14:33:37 -05:00
.gitignore Add static checker tests 2024-10-24 16:51:26 -04:00
.gitreview Add git-review config 2024-07-23 16:38:23 -04:00
bootstrap Add autotools build system 2022-11-25 15:24:44 -05:00
configure.ac Add static checker tests 2024-10-24 16:51:26 -04:00
LICENSE Initial commit 2022-10-12 11:36:23 +01:00
Makefile.am Remove specification draft 2024-08-05 09:53:16 -04:00
README.md docs: Add building pre-requisites and instructions 2025-01-28 13:53:00 -05:00

libside

Software Instrumentation Dynamically Enabled

Dependencies

Building

Prerequisites

This source tree is based on the Autotools suite from GNU to simplify portability. Here are some things you should have on your system in order to compile the Git repository tree:

Building steps

If you get the tree from the Git repository, you will need to run

./bootstrap

in its root. It calls all the GNU tools needed to prepare the tree configuration.

To build and install, do:

./configure
make
sudo make install
sudo ldconfig