mirror of
https://git.efficios.com/libside.git
synced 2025-12-12 13:44:18 +00:00
No description
Change-Id: Ic302e923d5d900d78493608ef6f3081516df812d Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
||
|---|---|---|
| include | ||
| LICENSES | ||
| m4 | ||
| src | ||
| tests | ||
| .gitignore | ||
| .gitreview | ||
| bootstrap | ||
| configure.ac | ||
| LICENSE | ||
| Makefile.am | ||
| README.md | ||
libside
Software Instrumentation Dynamically Enabled
Dependencies
- librseq at build and run time.
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