cmtools is a collection of utilities for generating and processing machine readable musical scores based on MusicXML, MIDI and other data files.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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