From: Bdale Garbee Date: Tue, 31 Aug 2010 03:38:15 +0000 (-0400) Subject: add packages for Mac and Windows X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9ae4bbc2b145353c7961984fa5e2d186ec884443;p=web%2Faltusmetrum add packages for Mac and Windows --- diff --git a/AltOS/Altos-Linux.tgz b/AltOS/Altos-Linux.tgz new file mode 100644 index 0000000..ad0dfe3 Binary files /dev/null and b/AltOS/Altos-Linux.tgz differ diff --git a/AltOS/Altos-Mac.zip b/AltOS/Altos-Mac.zip new file mode 100644 index 0000000..b4ab3f7 Binary files /dev/null and b/AltOS/Altos-Mac.zip differ diff --git a/AltOS/Altos-Windows.zip b/AltOS/Altos-Windows.zip new file mode 100644 index 0000000..5c6261b Binary files /dev/null and b/AltOS/Altos-Windows.zip differ diff --git a/AltOS/index.mdwn b/AltOS/index.mdwn index fa8ca41..92f8a45 100644 --- a/AltOS/index.mdwn +++ b/AltOS/index.mdwn @@ -34,15 +34,22 @@ The source is available from [git.gag.com](http://git.gag.com) in the project ### Linux ### -[Debian](http://www.debian.org) packages for 32-bit x86 are available: +If you use [Debian](http://www.debian.org), then a pre-built package for +32-bit x86 is currently available here: wget -O - http://altusmetrum.org/apt/altusmetrum.key | apt-key add - wget -O /etc/apt/sources.list.d/altos.list http://altusmetrum.org/apt/altos.list apt-get update apt-get install altos -The source tree includes documentation on how to build packages for other -Linux systems such as [Arch Linux](http://www.archlinux.org), and the control +If you use some other distribution of Linux, then +a [Linux package](Altos-Linux.tgz) of our second-generation Java bits that +should run on any distribution with a modern Java version is also available. + +If you'd rather build from source, our source tree includes documentation on +how to build packages for various +Linux systems such as [Arch Linux](http://www.archlinux.org), and the +debian/ directory contains all the control files for building the Debian packages on other architectures or derivatives such as [Ubuntu](http://ubuntu.com). @@ -62,11 +69,11 @@ slim (both already available in Debian), and then do: ### Mac ### -A preliminary [Mac OS X package](mac/AltosUI.pkg) that is compatible with +A [Mac OS X package](Altos-Mac.zip) that is compatible with versions 10.5 "Leopard" and later (including 10.6 "Snow Leopard") is now -available for testing. +available. ### Windows ### -Coming soon! +A [Windows package](Altos-Windows.zip) is now available. diff --git a/AltOS/mac.mdwn b/AltOS/mac.mdwn deleted file mode 100644 index a7e4270..0000000 --- a/AltOS/mac.mdwn +++ /dev/null @@ -1 +0,0 @@ -[[!map pages="AltOS/mac/* and ! AltOS/mac/*/*"]] diff --git a/AltOS/mac/AltosUI.pkg b/AltOS/mac/AltosUI.pkg deleted file mode 100644 index b8d013d..0000000 Binary files a/AltOS/mac/AltosUI.pkg and /dev/null differ