File: README

package info (click to toggle)
miro 4.0.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 48,888 kB
  • sloc: python: 81,708; ansic: 2,076; xml: 1,930; cpp: 940; sh: 389; makefile: 63
file content (82 lines) | stat: -rw-r--r-- 1,888 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
======
README
======

:Author: Will Kahn-Greene <will.guaraldi at pculture dot org>
:Date: March 5, 2011


Summary
=======

This is the Gtk-Windows port of Miro.

Instructions and build requirements are documented at
https://develop.participatoryculture.org/index.php/WindowsBuildDocs

All shell scripts are written for cygwin, but otherwise cygwin is not
required to build Miro.  Having said that, we exclusively use cygwin
bash and don't actively support other environments.

If you have problems, visit us on ``#miro-hackers`` on
``irc.freenode.net``.


Setting up a build environment
==============================

Follow the instructions at:
https://develop.participatoryculture.org/index.php/WindowsBuildDocs

That sets up Visual Studio 2008, Python, and the rest of the build
environment.

.. Note::

   We don't support mingw or the gcc compiler for Miro on Windows.  We
   only support Visual Studio 2008 Express with Python from
   python.org.

   We would love to get help switching to mingw.  If you're interested
   in helping out, please let us know.


Build and run
=============

To compile and run Miro in the current directory, do::

   ./run.sh

If you have the required dependencies, it should build Miro and run
it logging stuff to stdout in your console.

See
https://develop.participatoryculture.org/index.php/WindowsBuildDocs
for more information on building and executing the Gtk-Windows
platform code.  The information at this url is considered the
authoritative source.


To run the unit tests
=====================

Do::

    ./test.sh


To build a Miro installer
=========================

To build an installer, do::

    python setup.py bdist_nsis

That'll build Miro, then wrap it in a NullSoft installer.  The
resulting files will be something like::

    dist\Miro-2.0-git-twostage.exe
    dist\Miro-2.0-git.exe

The second one is the "full" installer.