Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
L
libzafl
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Source Software
  • libzafl
  • Wiki
  • Installing ZAFL support libraries from source

Last edited by Anh Nguyen-Tuong Apr 06, 2020
Page history

Installing ZAFL support libraries from source

Prerequisites

You will need to install the following tools on your system

scons

Getting the source code

git clone https://git.zephyr-software.com/opensrc/libzafl.git

Building from source

Simply type:

scons

Check to make sure the ZAFL support libraries have been built:

ls lib/lib*.so

# You should see as output:
lib/libautozafl.so  lib/libzafl.so

You should then add these libraries to your library path by either copying the libraries directly into /usr/lib:

sudo cp lib/lib*.so /usr/lib/

or by setting your LD_LIBRARY_PATH environment variable:

export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH
Clone repository
  • Installing ZAFL support libraries from source
  • Licensing
  • Troubleshooting
  • ZAFL Video
  • Home