From: Paul Brossier Date: Sat, 10 Dec 2016 22:30:39 +0000 (+0100) Subject: Makefile: use pip to install, add a brief intro X-Git-Tag: 0.4.4~98 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=4e56c55ee1ce70c8c4b02581e951677326ef5090;p=aubio.git Makefile: use pip to install, add a brief intro --- diff --git a/Makefile b/Makefile index 63a5beec..3fbb4fbc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,13 @@ #!/usr/bin/make -f # -*- makefile -*- +# +# This makefile contains simple rules to prepare, compile, test, and install +# aubio. Try one of the following rules: +# +# $ make configure +# $ make build +# $ make install +# $ make test_python WAFCMD=python waf WAFURL=https://waf.io/waf-1.8.22 @@ -105,9 +113,9 @@ deps_python: pip install $(PIPOPTS) --requirement requirements.txt # use pip or distutils? -#install_python: install_python_with_pip +install_python: install_python_with_pip uninstall_python: uninstall_python_with_pip -install_python: install_python_with_distutils +#install_python: install_python_with_distutils #uninstall_python: uninstall_python_with_distutils install_python_with_pip: