~ubuntu-branches/ubuntu/natty/pd-zexy/natty

« back to all changes in this revision

Viewing changes to build/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, IOhannes m zmölnig, Jonas Smedegaard
  • Date: 2010-08-20 12:17:41 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100820121741-4kxozn8b9rhee9fr
Tags: 2.2.3-1
* New upstream version

[ IOhannes m zmölnig ]
* Adopt package, on behalf of Multimedia Team.
  Closes: #546964
* Simply debian/rules with CDBS, and don't unconditionally strip
  binaries.
  Closes: #437763
* Install into /usr/lib/pd/extra/zexy/. Document usage in REAME.Debian
  and warn about change in NEWS.
* git'ify package. Add Vcs-* stanzas to control file.
* Use dpkg source format 3.0 (quilt). Drop build-dependency on quilt.

[ Jonas Smedegaard ]
* Enable CDBS copyright-check routine.
* Add copyright and licensing header to debian/rules.
* Add myself as uploader.
* Rewrite debian/copyright using rev. 135 of draft DEP5 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
build-instructions for zexy
 
2
===========================
 
3
 
 
4
 
 
5
autoconf/make
 
6
=============
 
7
this is the preferred way to build zexy, if your system supports autoconf/make. 
 
8
such systems include:
 
9
- linux / gcc
 
10
- os-x / gcc
 
11
- windows / mingw
 
12
- windows / cygwin
 
13
- freebsd
 
14
- ...
 
15
 
 
16
just go into the zexy/src/ directory, and run
 
17
 % make
 
18
or alternatively:
 
19
 % aclocal
 
20
 % autoconf
 
21
 % ./configure
 
22
 % make
 
23
 
 
24
use
 
25
 % ./configure --help
 
26
to see flags you can pass to configure to get special builds
 
27
 
 
28
 
 
29
 
 
30
 
 
31
Microsoft Visual Studio
 
32
=======================
 
33
use the provided project-files in the directories
 
34
win-nmake: for nmake based builds
 
35
win-vs6: for Microsoft VisualStudio 6
 
36
win-vs2003: for Microsoft VisualStudio .NET 2003