cmtools is a collection of utilities for generating and processing machine readable musical scores based on MusicXML, MIDI and other data files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.sh 207B

12345678910111213141516171819
  1. #!/bin/sh
  2. curdir=`pwd`
  3. cd ../../..
  4. autoreconf --force --install
  5. cd ${curdir}
  6. ../../../configure --prefix=${curdir} \
  7. CFLAGS="-Wall" \
  8. CXXFLAGS="-Wall" \
  9. CPPFLAGS= \
  10. LDFLAGS= \
  11. LIBS=
  12. #make
  13. #make install