* configure.ac, README: Rename SL 1.1 to SL 2.0.
* INSTALL: Rename SL 1.1 to SL 2.0, add note about --with-ffmpeg. svn path=/trunk/moon/; revision=92681
This commit is contained in:
Родитель
f1b3baa17d
Коммит
a0da0b3954
|
@ -1,3 +1,8 @@
|
|||
2008-01-11 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* configure.ac, README: Rename SL 1.1 to SL 2.0.
|
||||
* INSTALL: Rename SL 1.1 to SL 2.0, add note about --with-ffmpeg.
|
||||
|
||||
2008-01-11 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* configure.ac: Enable PenLineCapTriangle if the embedded cairo is
|
||||
|
|
15
INSTALL
15
INSTALL
|
@ -3,7 +3,7 @@ Moonlight: Core Support
|
|||
|
||||
To build Moonlight, you need to install a few dependencies for
|
||||
the basic runtime engine (this is needed to support both API
|
||||
profiles: Silverlight 1.0 and 1.1).
|
||||
profiles: Silverlight 1.0 and 2.0).
|
||||
|
||||
* Dependencies:
|
||||
|
||||
|
@ -28,7 +28,7 @@ Moonlight: Core Support
|
|||
mozilla-based browser and follow the prompts.
|
||||
|
||||
Currently this only works properly when moonlight is built without
|
||||
mono runtime (Silverlight 1.1) support (--without-mono-runtime).
|
||||
mono runtime (Silverlight 2.0) support (--without-mono-runtime).
|
||||
|
||||
Configuration Options
|
||||
=====================
|
||||
|
@ -60,17 +60,22 @@ Configuration Options
|
|||
|
||||
--with-mono-runtime=yes,no
|
||||
|
||||
By default Moonlight will build the 1.1 profile of Silverlight
|
||||
By default Moonlight will build the 2.0 profile of Silverlight
|
||||
and will try to link with Mono to provide the required managed
|
||||
support.
|
||||
|
||||
Use this flag to disable support for Mono from your plugin build.
|
||||
|
||||
--with-ffmpeg=yes,no
|
||||
|
||||
Moonlight: Silverlight 1.1 API support
|
||||
By default Moonlight will build with media support using ffmpeg.
|
||||
|
||||
Use this flag to disable all use of ffmpeg.
|
||||
|
||||
Moonlight: Silverlight 2.0 API support
|
||||
======================================
|
||||
|
||||
If you want to support the Silverlight 1.1 API (managed
|
||||
If you want to support the Silverlight 2.0 API (managed
|
||||
support, this includes the Mono runtime and .NET APIs to run
|
||||
apps) you will need in addition to:
|
||||
|
||||
|
|
2
README
2
README
|
@ -1,5 +1,5 @@
|
|||
This is Moonlight, an open source implementation of Silverlight 1.0
|
||||
and 1.1 for Unix systems.
|
||||
and 2.0 for Unix systems.
|
||||
|
||||
See http://www.mono-project.com/Moonlight for more information.
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@ fi
|
|||
#
|
||||
|
||||
MONO_RUNTIME=yes
|
||||
AC_ARG_WITH(mono-runtime,[ --with-mono-runtime=yes,no If you want to enable support for Silverlight 1.1],[
|
||||
AC_ARG_WITH(mono-runtime,[ --with-mono-runtime=yes,no If you want to enable support for Silverlight 2.0],[
|
||||
if test x$with_mono_runtime = xyes; then
|
||||
MONO_RUNTIME=yes
|
||||
fi
|
||||
|
@ -100,7 +100,7 @@ AC_ARG_WITH(mono-runtime,[ --with-mono-runtime=yes,no If you want to enable su
|
|||
])
|
||||
|
||||
if test $MONO_RUNTIME = yes; then
|
||||
AC_DEFINE([INCLUDE_MONO_RUNTIME], [1], [Include the mono runtime in the build (and enable Silverlight 1.1 plugin usage)])
|
||||
AC_DEFINE([INCLUDE_MONO_RUNTIME], [1], [Include the mono runtime in the build (and enable Silverlight 2.0 plugin usage)])
|
||||
fi
|
||||
AM_CONDITIONAL(INCLUDE_MONO_RUNTIME, test $MONO_RUNTIME = yes)
|
||||
|
||||
|
@ -365,7 +365,7 @@ cat <<EOF
|
|||
Moonlight configuration:
|
||||
|
||||
Support for 1.0: yes
|
||||
Support for 1.1: $MONO_RUNTIME
|
||||
Support for 2.0: $MONO_RUNTIME
|
||||
Support for ffmpeg: $FFMPEG
|
||||
|
||||
EOF
|
||||
|
|
Загрузка…
Ссылка в новой задаче