Skip to content

Latest commit

 

History

History

README.md

examplelibrary2 (a/b)

a library to demonstrate building from non-standard places

Variant 'a' (top-level)

Build from top-level renamed setup script:

python setup_examplelibrary_2a.py install

Test by running this installed script:

examplescript2a

Variant 'b' (sub-directory)

Build from sub-directory renamed setup script:

python subdir/setup_examplelibrary_2b.py install

Test by running this installed script:

examplescript2b