diff --git a/README.md b/README.md index 3b726949..65a7e9fc 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,13 @@ NOTE: *dmg* packages only can be generated in Mac OS X #### Supported -###### Current version: 0.2b2 +###### Current version: 0.2b3 | Logo | Name | Versions | Instructions | |:-----------------:|:--------:|:-------------------:|:-----------------------------------:| | ![][ubuntu-logo] | Ubuntu | 14.04, 14.10, 15.10 | [link](doc/installation/ubuntu.md) | - +| ![][windows-logo] | Windows | 7 | [link](doc/installation/windows.md) | +| ![][macosx-logo] | Mac OS X | 10.9, 10.10, 10.11 | [link](doc/installation/macosx.md) | #### Experimental @@ -53,16 +54,14 @@ However, anyone can test it and contribute to its support. | Logo | Name | Versions | Instructions | |:------------------:|:---------:|:------------:|:-------------------------------------:| -| ![][windows-logo] | Windows | 7, 8, 8.1 | [link](doc/installation/windows.md) | -| ![][macosx-logo] | Mac OS X | 10.9, 10.10 | [link](doc/installation/macosx.md) | | ![][debian-logo] | Debian | 8 | [link](doc/installation/debian.md) | | ![][fedora-logo] | Fedora | 21, 22 | [link](doc/installation/fedora.md) | More interest links are shown below: -* [3D Scan Science](https://github.com/Jesus89/3DScanScience) * [Documentation 0.2 (es)](http://horus.readthedocs.org) +* [3D Scan Science](https://github.com/Jesus89/3DScanScience) * [Presentation](http://diwo.bq.com/en/presentacion-ciclop-horus/) [[es](http://diwo.bq.com/presentacion-ciclop-horus/)] * [3D Design](http://diwo.bq.com/en/ciclop-released/) [[es](http://diwo.bq.com/ciclop-released/)] * [Electronics](http://diwo.bq.com/en/zum-scan-released/) [[es](http://diwo.bq.com/zum-scan-released/)] diff --git a/doc/installation/macosx.md b/doc/installation/macosx.md index 9767c558..a53e9448 100644 --- a/doc/installation/macosx.md +++ b/doc/installation/macosx.md @@ -2,18 +2,16 @@ [return to Home](../../README.md) -### Not supported for version 0.2 -However it can be installed following the next instructions. +### Version 0.2 beta3 -Generate the executable file following the next [instructions](../development/macosx.md). +Download Horus installer: -```bash -bash package.sh darwin -``` +* [Horus 0.2b3 installer](https://github.com/bqlabs/horus/releases/download/0.2b3/Horus_0.2b3.dmg) Execute the installer and drag Horus icon into *Applications* Also, you need to update your FTDI drivers: + * [FTDI USB Drivers](http://www.ftdichip.com/Drivers/VCP/MacOSX/FTDIUSBSerialDriver_v2_3.dmg) Reboot the computer to apply the changes. diff --git a/doc/installation/ubuntu.md b/doc/installation/ubuntu.md index 216bb313..ef58615e 100644 --- a/doc/installation/ubuntu.md +++ b/doc/installation/ubuntu.md @@ -2,14 +2,14 @@ [return to Home](../../README.md) -### Supported version 0.2 +### Version 0.2 beta3 Add our ppa: *NOTE*: Official versions are hosted in **ppa:bqlabs/horus**. Alpha, beta and rc versions are hosted in **ppa:bqlabs/horus-dev**. ```bash -sudo add-apt-repository ppa:bqlabs/horus +sudo add-apt-repository ppa:bqlabs/horus-dev sudo apt-get update ``` diff --git a/doc/installation/windows.md b/doc/installation/windows.md index 8c538a03..ee158d6c 100644 --- a/doc/installation/windows.md +++ b/doc/installation/windows.md @@ -2,17 +2,15 @@ [return to Home](../../README.md) -### Not supported for version 0.2 -However it can be installed following the next instructions. +### Version 0.2 beta3 First install USB Camera drivers: + * [Logitech Camera C270 Drivers](http://support.logitech.com/en_us/product/hd-webcam-c270) -Generate the executable file with Cygwin following the next [instructions](../development/ubuntu.md). +Download Horus installer: -```bash -bash package.sh win32 -``` +* [Horus 0.2b3 installer](https://github.com/bqlabs/horus/releases/download/0.2b3/Horus_0.2b3.exe) Execute the installer and follow the wizard. This package contains all dependencies and also Arduino and FTDI drivers.