diff options
author | Bdale Garbee <bdale@gag.com> | 2010-09-09 21:21:51 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-09-09 21:21:51 -0600 |
commit | cb12cd8c04316a76f616f79195d02c83d2c6c132 (patch) | |
tree | 8621b7ce615f4416a2c2d05349c8b542939e74d7 | |
parent | d79650b3d9461b65a04b12a290fef829524336ad (diff) |
prepare for a versioned release tree
-rw-r--r-- | AltOS/index.mdwn | 15 | ||||
l--------- | AltOS/releases/current | 1 | ||||
-rw-r--r-- | AltOS/releases/old/Altos-Linux.tgz (renamed from AltOS/Altos-Linux.tgz) | bin | 9347836 -> 9347836 bytes | |||
-rw-r--r-- | AltOS/releases/old/Altos-Mac.zip (renamed from AltOS/Altos-Mac.zip) | bin | 9344652 -> 9344652 bytes | |||
-rw-r--r-- | AltOS/releases/old/Altos-Windows.zip (renamed from AltOS/Altos-Windows.zip) | bin | 9343787 -> 9343787 bytes |
5 files changed, 11 insertions, 5 deletions
diff --git a/AltOS/index.mdwn b/AltOS/index.mdwn index 917678a..33e65b6 100644 --- a/AltOS/index.mdwn +++ b/AltOS/index.mdwn @@ -16,7 +16,7 @@ works identically on Windows, Mac, and Linux systems! ### User View ### -Documentation is coming soon, but in the meantime, +More documentation is coming soon, but in the meantime, most operations in the second-generation GUI are pretty easy to figure out. ### Developer View ### @@ -28,7 +28,9 @@ most operations in the second-generation GUI are pretty easy to figure out. The source is available from [git.gag.com](http://git.gag.com) in the project [fw/altos](http://git.gag.com/?p=fw/altos;a=summary). -### Linux ### +### Pre-Built Binary Packages by Platform ### + +#### Linux #### If you use [Debian](http://www.debian.org), then a pre-built package for 32-bit x86 is currently available here: @@ -39,7 +41,8 @@ If you use [Debian](http://www.debian.org), then a pre-built package for apt-get install altos If you use some other distribution of Linux, then -a [Linux package](Altos-Linux.tgz) of our second-generation Java bits that +a [Linux package](releases/current/Altos-Linux.tgz) of our +second-generation Java bits that should run on any distribution with a modern Java version is also available. Unlike the Debian pacakge, which depends on various libraries already part of the Debian distribution, this package includes a "fat" jar @@ -68,7 +71,7 @@ directory in the source tree (the themes are included in the Debian package). ### Mac ### -A [Mac OS X package](Altos-Mac.zip) that is compatible with +A [Mac OS X package](releases/current/Altos-Mac.zip) that is compatible with versions 10.5 "Leopard" and later (including 10.6 "Snow Leopard") is now available. The Mac operating system includes Java, and all Altus Metrum products show up as simple USB serial ports, so this should just work @@ -79,7 +82,8 @@ other than upgrading to a newer operating system. ### Windows ### -Our [Windows package](Altos-Windows.zip) is known to work on XP and +Our [Windows package](releases/current/Altos-Windows.zip) is +known to work on XP and 32-bit Windows 7 Enterprise. If you don't already have Java installed, download and install a current Java 6 version from [java.com](http://java.com) first. Then download our zip and extract the files. Windows already has @@ -91,3 +95,4 @@ clicking on the 'altosui' program should work to launch the user interface. Reports of success or failure with other versions of Windows would be appreciated! +### [All Pre-Built Binary Packages](releases/) ### diff --git a/AltOS/releases/current b/AltOS/releases/current new file mode 120000 index 0000000..489ce0f --- /dev/null +++ b/AltOS/releases/current @@ -0,0 +1 @@ +old
\ No newline at end of file diff --git a/AltOS/Altos-Linux.tgz b/AltOS/releases/old/Altos-Linux.tgz Binary files differindex 194c5c0..194c5c0 100644 --- a/AltOS/Altos-Linux.tgz +++ b/AltOS/releases/old/Altos-Linux.tgz diff --git a/AltOS/Altos-Mac.zip b/AltOS/releases/old/Altos-Mac.zip Binary files differindex 5455dfc..5455dfc 100644 --- a/AltOS/Altos-Mac.zip +++ b/AltOS/releases/old/Altos-Mac.zip diff --git a/AltOS/Altos-Windows.zip b/AltOS/releases/old/Altos-Windows.zip Binary files differindex 0f15999..0f15999 100644 --- a/AltOS/Altos-Windows.zip +++ b/AltOS/releases/old/Altos-Windows.zip |