Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Table of Contents

Overview

How to compile and build MediaPortal 1.

Introduction

In order to reduce the size of the MediaPortal Git repository and simplify merging branches and testing, C++ sourced binaries have been removed from the repository as of April, 2013, .

This change affects the way in which you setup your system to compile and build MediaPortal.

Note: First you must setup your system with the required software, see Git Setup.

Compiling with MSBuild

MSBuild is a command line tool that can be used to build MediaPortal and TV Server. Batch or script files for compiling the various components are available in the Build folder in the GIT repository.

Compile the Source Code

To recompile all (C++ & C#) run following script:

Build\MSBUILD_Rebuild_All_MediaPortal_Release.bat

To recompile only managed code (C#) run following script:

Build\MSBUILD_Rebuild_Release_MediaPortal.bat

To build an NSIS installer run:

Tools\InstallationScripts\DeployToolUnPacker.nsi

Note: the MSBUILD_Rebuild_ALL*.bat  scripts also build the DirectShow Filters. If you use the .bat scripts to build only the Client or TVServer_Client, you'll have to build the DirectShow Filters first!

Related

   

 

This page has no comments.