Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libarchive-test

Two C projects to test linkage to libarchive/libarchive and general example on static vs. dynamic linking

Prequisites

a package manager install of libarchive

macOS example

Install:

    brew install libarchive

Use

    brew info libarchive 
    
    # produces
    export LDFLAGS="-L/opt/homebrew/opt/libarchive/lib"
    export CPPFLAGS="-I/opt/homebrew/opt/libarchive/include"

a libarchive build from source or release folder

The GitHub release page for libarchive

About

Two C projects to test linkage to libarchive/libarchive

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages