forked from GitHub/gf-core
GF 3.4 download page: add binary packages for Mac OS X and Ubuntu
This commit is contained in:
@@ -15,20 +15,23 @@ What's new? See the [Release notes release-3.4.html].
|
||||
== Binary packages ==
|
||||
|
||||
| **Platform** | **Download** | **How to install**
|
||||
| MacOS X | [gf-3.4-bin-intel-mac.tar.gz gf-3.4-bin-intel-mac.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.4-bin-intel-mac.tar.gz``
|
||||
| Ubuntu (32-bit) | [gf_3.4-1_i386.deb gf_3.4-1_i386.deb] | ``sudo dpkg -i gf_3.4-1_i386.deb``
|
||||
| Ubuntu (64-bit) | [gf_3.4-1_amd64.deb gf_3.4-1_amd64.deb] | ``sudo dpkg -i gf_3.4-1_amd64.deb``
|
||||
| ... | ... | ...
|
||||
|
||||
More packages might be added later.
|
||||
More binary packages might be added later.
|
||||
|
||||
===Notes===
|
||||
|
||||
The Windows package is installed by just unpacking it anywhere.
|
||||
It finds the libraries relative to the ``.exe`` file.
|
||||
%The Windows package is installed by just unpacking it anywhere.
|
||||
%It finds the libraries relative to the ``.exe`` file.
|
||||
|
||||
%The ``.deb`` packages work on Ubuntu 12.04 and 12.10.
|
||||
The ``.deb`` packages work on Ubuntu 12.04 and 12.10.
|
||||
|
||||
%The ``.pkg`` package works on MacOS X 10.6 (Snow Leopard).
|
||||
The MacOS tar package works on 10.6 (Leopard), 10.7 (Lion)
|
||||
and 10.8 (Mountain Lion)
|
||||
and 10.8 (Mountain Lion).
|
||||
|
||||
The MacOS and Linux ``.tar.gz`` packages are designed to be installed in ``/usr/local``.
|
||||
You can install them in other locations, but then you need to set the
|
||||
|
||||
Reference in New Issue
Block a user