Skip to content

Commit

Permalink
packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dfober committed Mar 2, 2020
1 parent 7daab30 commit da1019e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ help :
@echo " localinstall : install the Guido tools to $$HOME/bin"
@echo " tags : extract the current tags list"
@echo " guido2 : build the embedded svg font"
@echo " package : build a package for distribution"
@echo
@echo "Options:"
@echo " BUILDDIR : the output folder (currently $(BUILDDIR))"
Expand Down Expand Up @@ -178,7 +179,6 @@ localinstall:
#===============================================================
package: PACK:=GuidoLib-$(VERSION)
package: ../gmn-examples/examples
cd ../gmn-examples/examples && svn up
make install PREFIX=../$(PACK)
hdiutil create $(PACK).dmg -fs HFS+ -srcfolder $(PACK) -format UDBZ -ov
rm -rf
Expand Down
6 changes: 6 additions & 0 deletions misc/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

The Guido project is an open source project that encompasses a music notation format, a score rendering engine and various music score utilities. The Guido Notation Format is a general purpose formal language for representing score-level music in a platform-independent plain text and human readable way. The format comes with various software components for music score rendering and manipulation. The main of these components is the Guido Engine, a library embedable in various platforms and using different programming languages.

Useful resources:

- the [Guido project](http://guido.grame.fr) web site
- the [Guido Documentation](http://guidodoc.grame.fr) web site
- the online [Guido Editor](http://guidoeditor.grame.fr)


----------------------------------------------------------------------

Expand Down

0 comments on commit da1019e

Please sign in to comment.