view web/denemo.html @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents 6ec9d3b255f6
children
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
    <!-- link rel="stylesheet" type="text/css" href="blog.css" !-->
    <title>GUB -- GNU Denemo</title>
  </head>
  <body>
<h1>GUB -- GNU Denemo</h1>

<h2>INSTALLING</h2>

Get GUB
<pre>
    git clone git://github.com/gperciva/gub.git
or
    wget http://github.com/gperciva/gub/tarball/master
</pre>

<h3>Build everything</h3>

<pre>
  make denemo
</pre>

this produces a windows installer in

<pre>
  uploads/denemo-x.y.z-b.mingw.exe
</pre>

<h3>More examples</h3>

<pre>
  * Build main Denemo installers

      make PLATFORMS='mingw linux-x86 linux-64' denemo
  
  * Build all Denemo installers

      make 'PLATFORMS=mingw linux-x86 linux-64 linux-ppc darwin-ppc darwin-x86 freebsd-x86 freebsd-64' denemo
 
    this leaves installers for GNU/Linux (x86, x86_64, powerpc),
    FreeBSD (x86, x86_64) and Windows, and documentation in uploads/

    OR (old style)

      bin/gub denemo
      bin/gib denemo --branch=lilypond=git.sv.gnu.org--lilypond.git-master --branch=denemo=git.savannah.gnu.org--denemo.git-master

  * Optional: Prepare build environment

      make -f lilypond.make bootstrap
</pre>

</div>
    <div id="footer">
      <p align="center" style="font-size:60%">
	website by <a href="http://joyofsource.com">Joy of Source</a>
      </p>
    </div>
</body>
</html>