1
0
forked from GitHub/gf-core

Use i386 rather than i486 in binary package names

This commit is contained in:
hallgren
2010-12-23 12:18:11 +00:00
parent bde22eadb5
commit 231ce72bb4

View File

@@ -15,10 +15,12 @@ What's new? See the [Release notes release-3.2.html].
| **Platform** | **Download** | **How to install**
| MacOS X | [gf-3.2-leopard.pkg gf-3.2-leopard.pkg] | Double-click on the package icon and follow the instructions
%| MacOS X | [gf-3.2-leopard.pkg gf-3.2-leopard.pkg] | Double-click on the package icon and follow the instructions
| MacOS X | [gf-3.2-bin-intel-mac.tar.gz gf-3.2-bin-intel-mac.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-intel-mac.tar.gz``
| Windows | [gf-3.2-bin-i486-windows.zip gf-3.2-bin-i486-windows.zip] | ``unzip gf-3.2-bin-i486-windows.zip``
| Linux | [gf-3.2-bin-i486-linux.tar.gz gf-3.2-bin-i486-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-i486-linux.tar.gz``
| Windows | [gf-3.2-bin-i386-windows.zip gf-3.2-bin-i386-windows.zip] | ``unzip gf-3.2-bin-i386-windows.zip``
| Linux | [gf-3.2-bin-i386-linux.tar.gz gf-3.2-bin-i386-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-i386-linux.tar.gz``
More packages might be added later
===Notes===