Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 394 Bytes

Fedora.md

File metadata and controls

22 lines (15 loc) · 394 Bytes

Environement Setup

Setup environment on fedora is very easy, execute this command and all done:

su -c "dnf install gcc-c++ cmake binutils-devel"

To use this library, just include the header files, for example:

g++ -Wall -Wextra --std=c++14 -O3 -g -Ilive-profiler/include Main.cpp -lbfd

Run tests

Run tests is easy too:

cd tests
sh run_tests.sh