From 3d51691ee22376fcd5036fd8d490433477f293f6 Mon Sep 17 00:00:00 2001 From: janisozaur Date: Tue, 12 Jan 2016 09:29:41 +0100 Subject: [PATCH] Created Getting packaged versions (markdown) --- Getting-packaged-versions.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Getting-packaged-versions.md diff --git a/Getting-packaged-versions.md b/Getting-packaged-versions.md new file mode 100644 index 0000000..f6a6202 --- /dev/null +++ b/Getting-packaged-versions.md @@ -0,0 +1,27 @@ +You can download automated builds of OpenRCT2 for a few systems. Amount of support may vary across these packages, feel free to contribute improvements. + +# Linux + +## Arch + +https://aur.archlinux.org/packages/openrct2-git + +While not an official package, the author of this package keeps it updated and it is in a good shape. Some contributors use Arch, so the contents of the package itself should work just fine. This package is built from source on your system. + +Keep in mind the package version only changes when there are changes to `PKGBUILD` or accompanying files, which may not reflects status of development, so reinstalling this package will result in getting latest changes. + +## Debian/Ubuntu + +https://launchpad.net/~openrct2/+archive/ubuntu/nightly + +This package should work on current version of Ubuntu, 15.10. There is also a version for Ubuntu 14.04, but with default installation there is a conflict in other packages, which is beyond our control; it is possible to install it but may require uninstalling large chunks of your system. + +# Windows + +The project is using continuous integration service named Appveyor, which was set up to package the build artifacts. + +From list of latest builds (https://ci.appveyor.com/project/IntelOrca/openrct2-ject9/history) select one that you're interested in, choose "Artifacts" tab (example: https://ci.appveyor.com/project/IntelOrca/openrct2-ject9/build/0.0.4.549/artifacts) and download the zip. + +# OS X + +OS X build are provided courtesy of Travis-CI. From the [overview page](https://travis-ci.org/OpenRCT2/OpenRCT2/branches), select latest build on branch "develop", choose the job that was ran on OS X (example: https://travis-ci.org/OpenRCT2/OpenRCT2/jobs/101711015), scroll down to the last command `curl --upload-file OpenRCT2.dmg http://transfer.sh/OpenRCT2.dmg` and expand it, there will be a link to the build. Keep in mind these are valid only for two weeks. \ No newline at end of file