This shows you the differences between two versions of the page.
build [2012/10/30 09:24] geekshadow [Nightlies] one link now |
build [2015/08/03 09:25] (current) freaktechnik [Build Documentation] |
||
---|---|---|---|
Line 1: | Line 1: | ||
{{page>menu}} | {{page>menu}} | ||
- | ====== Nightingale 1.11.0 ====== | + | ====== Nightingale 1.12.1 ====== |
As this is the current release version, you can download it from the [[http://getnightingale.com|home page]]. | As this is the current release version, you can download it from the [[http://getnightingale.com|home page]]. | ||
- | ====== Get the most recent Nightingale ====== | + | ===== Get the most recent Nightingale ===== |
- | ===== Nightlies ===== | + | ==== Nightlies ==== |
- | We are providing nightlies everyday if there are commits in the 1.11 branch, you can download them to check out new features and develop add-ons or feathers for the next version. Note that nightlies builds are not considered as stable releases, and might cause damage to your profile. | + | We are providing nightlies everyday if there are commits in the trunk branch, you can download them to check out new features and develop add-ons or feathers for the next version. Note that nightlies builds are not considered as stable releases, and might cause damage to your profile. |
- | https://sourceforge.net/projects/ngale/files/1.11-Nightlies/ | + | https://sourceforge.net/projects/ngale/files/trunk-Nightlies/ |
* GNU/Linux i686 | * GNU/Linux i686 | ||
* GNU/Linux x86_64 | * GNU/Linux x86_64 | ||
- | * Windows i686 (not yet) | + | * Windows i686 |
- | * Mac OS X i686 (not yet) | + | * Mac OS X i686 |
- | ===== Testing Builds ===== | + | |
+ | For Ubuntu, there's a nightly ppa available: ''ppa:nightingaleteam/nightingale-nightly'' | ||
+ | |||
+ | ==== Testing Builds ==== | ||
We are providing [[https://sourceforge.net/projects/ngale/files/testing-builds/|testing builds]] irregularly, you can download them to test things or debug Nightingale. Note that testing builds are not considered as stable releases, and might cause damage to your profile. | We are providing [[https://sourceforge.net/projects/ngale/files/testing-builds/|testing builds]] irregularly, you can download them to test things or debug Nightingale. Note that testing builds are not considered as stable releases, and might cause damage to your profile. | ||
Line 24: | Line 27: | ||
===== Build it yourself ===== | ===== Build it yourself ===== | ||
- | If you want to build it on your own, here are some information for your OS: | + | If you want to build it on your own, here are some informations for your OS: |
* [[build:windows|Windows]] | * [[build:windows|Windows]] | ||
* [[build:linux|Linux]] | * [[build:linux|Linux]] | ||
- | * [[http://forum.getnightingale.com/thread-429.html|Mac OS X (forums)]] | + | * [[build:mac|Mac OS X]] |
+ | |||
+ | [[build:bot|Bot to compile on servers]] | ||
+ | |||
+ | ===== Build an Update ===== | ||
+ | Nightingale can be upgraded using upgrade packages. On how to build them, check out [[build:updates]] | ||
+ | |||
+ | ===== Build Documentation ===== | ||
+ | In order to build Nightingale's API documentation (also hosted on http://developer.getnightingale.com) you need doxygen and a local copy of the [[https://github.com/nightingale-media-player/nightingale-hacking|nightingale-hacking Github repo]]. On Ubuntu-like systems you'd need to run the following command to install all the needed dependencies: | ||
+ | <code> | ||
+ | sudo apt-get install doxygen graphviz | ||
+ | </code> | ||
- | [[build:bot|Using bot to compile on servers]] | + | To build the HTML documentation, run |
+ | <code> | ||
+ | make documentation | ||
+ | </code> | ||
+ | ===== Building Dependencies ===== | ||
+ | See [[build:dependencies|building dependencies]] |