Changeset 4e56c55 for Makefile


Ignore:
Timestamp:
Dec 10, 2016, 11:30:39 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
7b38f3f
Parents:
f4a5d37
Message:

Makefile: use pip to install, add a brief intro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rf4a5d37 r4e56c55  
    11#!/usr/bin/make -f
    22# -*- makefile -*-
     3#
     4# This makefile contains simple rules to prepare, compile, test, and install
     5# aubio. Try one of the following rules:
     6#
     7# $ make configure
     8# $ make build
     9# $ make install
     10# $ make test_python
    311
    412WAFCMD=python waf
     
    106114
    107115# use pip or distutils?
    108 #install_python: install_python_with_pip
     116install_python: install_python_with_pip
    109117uninstall_python: uninstall_python_with_pip
    110 install_python: install_python_with_distutils
     118#install_python: install_python_with_distutils
    111119#uninstall_python: uninstall_python_with_distutils
    112120
Note: See TracChangeset for help on using the changeset viewer.