Development builds: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Mad-max
(Created page with "== What are Nightly Builds == Nightly Builds are non stable XBMC builds that come from the bleeding edge code out of the XBMC GIT.<br /> In contrast to the stable builds you don'...")
 
mNo edit summary
 
(435 intermediate revisions by 20 users not shown)
Line 1: Line 1:
== What are Nightly Builds ==
{{mininav| [[Development]] {{l2| [[Installing]] }} }}
Nightly Builds are non stable XBMC builds that come from the bleeding edge code out of the XBMC GIT.<br />
In contrast to the stable builds you don't have to wait for the release cycle in order to benefit from new features or fixes that made it into XBMC.
These builds are updated almost daily and are only for the brave users that do not fear bugs or crashes.


== Where can I get a Nightly Build ==
Basically there are different ways of getting a nightly build on your machine.<br />
Easiest way for the following operating systems is just to download the builds from the XBMC mirror:<br />
* [http://mirrors.xbmc.org/nightlies/win32/ Nightly Builds for Windows]
* [http://mirrors.xbmc.org/nightlies/osx/ Nightly Builds for MacOSX]
* [http://mirrors.xbmc.org/nightlies/darwin/ios/ Nightly Builds for iOS]
* [http://mirrors.xbmc.org/nightlies/darwin/atv2/ Nightly Builds for iOS (ATV2 only)]


Also you can compile these builds yourself. See the appropriate Wiki article or readme for doing this:
= Introduction =
* [http://wiki.xbmc.org/index.php?title=HOW-TO:Compile_XBMC_for_Windows HowTo Compile XBMC for Windows]
Development Builds are the next major version of {{kodi}}. They are newer than the current stable release version, but are highly experimental and commonly contain bugs, breakages and experimental features. Some features may have been intentionally disabled while testing is in progress, while other features may have broken as a result of a new experimental feature. The developers use these builds as testing grounds to gauge the feasibility and reliability of future features to be incorporated into {{kodi}}.
* [http://wiki.xbmc.org/index.php?title=HOW-TO:Compile_XBMC_for_Linux HowTo Compile XBMC for Linux]
* [https://raw.github.com/xbmc/xbmc/master/README.osx HowTo compile XBMC for MacOSX]


Also there are some unstable ppa's that are not official.
Development Builds should not be confused with the nightlies of the current stable version which are simply bug fixes and are, in most cases, safe to use.  
You might try google for how to find and use them.


== Special Notes about Nightly Builds ==
'''This page deals with Development Builds, and not any releases pertaining to the current stable version.'''
===== Bugs =====
 
As nightly builds are bleeding edge code you might find a bug here and there. In order to get rid of this bugs, it's important that these will be reported. Please check the wiki-article on [http://wiki.xbmc.org/index.php?title=HOW-TO:Submit_a_proper_bug_report HowTo submit a proper bug-report].<br />
: The current stable release is: '''{{Current_version}}'''
===== Feature Request =====
 
If you think you have a feature that should be added to a nightly build in order to appear in the next stable, you can make a feature request on trac. See [http://wiki.xbmc.org/index.php?title=HOW-TO:Submit_an_official_feature_request HowTo submit an official feature request]
: The current development build is: '''{{big|{{Future_version}}}}'''
 
 
 
= Warnings =
'''THESE BUILDS ARE OFTEN UNSTABLE''' and for users that do not fear bugs or occasional crashes. They are used to help us in testing for the future release. If you want a stable HTPC then please install a '''[http://kodi.tv/download/ current stable release]'''.
 
ALWAYS '''[[Backup|BACKUP]]''' YOUR SETTINGS WHEN USING THESE BUILDS
 
Kodi nightlies for '''MacOS''' will need at least 10.13 as the minimum OS version.
 
If you are using a '''Windows''' nightly build please also download the .pdb file with the same version from our mirrors, rename it to Kodi.pdb and place it alongside the Kodi.exe inside the installation folder. Re-download the correct file each time you are installing another nightly build. This helps us to identify possible crashes.
 
;Bugs
:As development builds are bleeding edge code you might find a bug here and there. In order to rectify these bugs, it is important that these are reported: '''[[HOW-TO:Submit a bug report]]'''.
;Feature requests
:If you have a feature that you think should be added to appear in the next stable version of Kodi, you can make a feature request: '''[https://forum.kodi.tv/forumdisplay.php?fid=9 in the Kodi forum here]'''.
 
 
= Build Types =
The following are the types of build releases you may encounter
 
 
== Nightly builds ==
{{anchor|Nightly build|Nightly builds}}
 
Nightly Builds are made on a daily basis and contain the most recent changes. They are also the most unstable of the development builds, until "feature freeze" where only bug fixes are made.
 
Make sure you always download and run the most recent builds which can be found here... http://mirrors.kodi.tv/nightlies/
 
 
== Beta and Release Candidate Builds ==
{{anchor|Monthly build|Monthly builds|Betas and release candidates|Beta|Betas|Release candidate|Release candidates}}
;Beta
:As {{kodi}} approaches stable release, public betas will be released. These are similar to nightlies and monthlies in that they still contain bugs, but are more stable and are encouraged to be tried out. At the point where Kodi reaches beta, most known bugs have been fixed, and developers are now looking for bugs they might not know about.
 
;Release candidate
:When {{Kodi}} beta reaches the point where it seems ready for a final release a "Release Candidate", or "RC", is released to flesh out any final bugs which may become apparent as more and more users upgrade to this version. Depending on any issues found, there may be multiple release candidates.
 
;Final release
:After release candidates comes a final stable build that becomes {{Future_version}} stable release.
:In some cases there are additional bugfix releases even after "final", but even those bugfix releases go through their own mini-cycle of testing and are recognised by increasing point version, eg vXX.1, vXX.2 etc.
 
 
 
= See also =
* [[Development]]
* [[Jenkins]]
* [[Samples]]
 
 
 
{{Top}}
{{updated|20}}


[[Category:Development]]
[[Category:Development]]
[[Category:Installation]]
[[Category:Karellen]]

Latest revision as of 07:07, 25 June 2021

Home icon grey.png   ▶ Development
▶ Installing
▶ Development builds


Introduction

Development Builds are the next major version of Kodi. They are newer than the current stable release version, but are highly experimental and commonly contain bugs, breakages and experimental features. Some features may have been intentionally disabled while testing is in progress, while other features may have broken as a result of a new experimental feature. The developers use these builds as testing grounds to gauge the feasibility and reliability of future features to be incorporated into Kodi.

Development Builds should not be confused with the nightlies of the current stable version which are simply bug fixes and are, in most cases, safe to use.

This page deals with Development Builds, and not any releases pertaining to the current stable version.

The current stable release is: Kodi v21 Omega
The current development build is: Kodi v22 P...


Warnings

THESE BUILDS ARE OFTEN UNSTABLE and for users that do not fear bugs or occasional crashes. They are used to help us in testing for the future release. If you want a stable HTPC then please install a current stable release.

ALWAYS BACKUP YOUR SETTINGS WHEN USING THESE BUILDS

Kodi nightlies for MacOS will need at least 10.13 as the minimum OS version.

If you are using a Windows nightly build please also download the .pdb file with the same version from our mirrors, rename it to Kodi.pdb and place it alongside the Kodi.exe inside the installation folder. Re-download the correct file each time you are installing another nightly build. This helps us to identify possible crashes.

Bugs
As development builds are bleeding edge code you might find a bug here and there. In order to rectify these bugs, it is important that these are reported: HOW-TO:Submit a bug report.
Feature requests
If you have a feature that you think should be added to appear in the next stable version of Kodi, you can make a feature request: in the Kodi forum here.


Build Types

The following are the types of build releases you may encounter


Nightly builds

Nightly Builds are made on a daily basis and contain the most recent changes. They are also the most unstable of the development builds, until "feature freeze" where only bug fixes are made.

Make sure you always download and run the most recent builds which can be found here... http://mirrors.kodi.tv/nightlies/


Beta and Release Candidate Builds

Beta
As Kodi approaches stable release, public betas will be released. These are similar to nightlies and monthlies in that they still contain bugs, but are more stable and are encouraged to be tried out. At the point where Kodi reaches beta, most known bugs have been fixed, and developers are now looking for bugs they might not know about.
Release candidate
When Kodi beta reaches the point where it seems ready for a final release a "Release Candidate", or "RC", is released to flesh out any final bugs which may become apparent as more and more users upgrade to this version. Depending on any issues found, there may be multiple release candidates.
Final release
After release candidates comes a final stable build that becomes Kodi v22 P... stable release.
In some cases there are additional bugfix releases even after "final", but even those bugfix releases go through their own mini-cycle of testing and are recognised by increasing point version, eg vXX.1, vXX.2 etc.


See also


Return to top