[ANN] Pharo 1.2.1. Setup for Win32 (including CogVM)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Pharo 1.2.1. Setup for Win32 (including CogVM)

Torsten Bergmann
Hi,

now that Pharo 1.2.1. is available on the website
I've also updated the Win32 Setup. You can grab it here:

https://gforge.inria.fr/frs/download.php/28467/setup_pharo1.2.1-12345-release11.04.06.exe

Compared to the one click (26MB) this download is only 13MB
in size and provides better windows integration. So if
you are on Windows you can use this

Whats new:
==========
 - Pharo 1.2.1.#12345 is included
 - Cog VM is included (CogVM VM.r2378) with a custom CogVM/Pharo icon

Maybe Adrian is able to change:
http://www.pharo-project.org/pharo-download
to point to the new executable.

Thx
T.
--
GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit
gratis Handy-Flat! http://portal.gmx.net/de/go/dsl

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Pharo 1.2.1. Setup for Win32 (including CogVM)

Mariano Martinez Peck
Please, for the important ANN don't forget the pharo-users ;)

On Wed, Apr 6, 2011 at 3:39 PM, Torsten Bergmann <[hidden email]> wrote:
Hi,

now that Pharo 1.2.1. is available on the website
I've also updated the Win32 Setup. You can grab it here:

https://gforge.inria.fr/frs/download.php/28467/setup_pharo1.2.1-12345-release11.04.06.exe

Compared to the one click (26MB) this download is only 13MB
in size and provides better windows integration. So if
you are on Windows you can use this

Whats new:
==========
 - Pharo 1.2.1.#12345 is included
 - Cog VM is included (CogVM VM.r2378) with a custom CogVM/Pharo icon

Maybe Adrian is able to change:
http://www.pharo-project.org/pharo-download
to point to the new executable.

Thx
T.
--
GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit
gratis Handy-Flat! http://portal.gmx.net/de/go/dsl




--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Pharo 1.2.1. Setup for Win32 (including CogVM)

Geert Claes
Administrator
In reply to this post by Torsten Bergmann
I reckon the OneClick should also use this excellent Pharo branded Cog VM :)
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Pharo 1.2.1. Setup for Win32 (including CogVM)

Adrian Lienhard
In reply to this post by Torsten Bergmann
Thanks Torsten, I updated the download page.

Adrian

On Apr 6, 2011, at 15:39 , Torsten Bergmann wrote:

> Hi,
>
> now that Pharo 1.2.1. is available on the website
> I've also updated the Win32 Setup. You can grab it here:
>
> https://gforge.inria.fr/frs/download.php/28467/setup_pharo1.2.1-12345-release11.04.06.exe
>
> Compared to the one click (26MB) this download is only 13MB
> in size and provides better windows integration. So if
> you are on Windows you can use this
>
> Whats new:
> ==========
> - Pharo 1.2.1.#12345 is included
> - Cog VM is included (CogVM VM.r2378) with a custom CogVM/Pharo icon
>
> Maybe Adrian is able to change:
> http://www.pharo-project.org/pharo-download
> to point to the new executable.
>
> Thx
> T.
> --
> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit
> gratis Handy-Flat! http://portal.gmx.net/de/go/dsl


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Pharo 1.2.1. Setup for Win32 (including CogVM)

hernanmd
In reply to this post by Torsten Bergmann
Hi,

Installing O2 gives me a MNU, I've evaluated:

"- If you want to use another System Browser than the default
(OmniBrowser), you can install O2 browser: "
       
        Gofer new
                squeaksource: 'MetacelloRepository';
                package:'ConfigurationOfO2';
        load.
       
         ((Smalltalk at: #ConfigurationOfO2) project version: '1.2') load: 'Dev'.

bug report attached.
Cheers,

2011/4/6 Torsten Bergmann <[hidden email]>:

> Hi,
>
> now that Pharo 1.2.1. is available on the website
> I've also updated the Win32 Setup. You can grab it here:
>
> https://gforge.inria.fr/frs/download.php/28467/setup_pharo1.2.1-12345-release11.04.06.exe
>
> Compared to the one click (26MB) this download is only 13MB
> in size and provides better windows integration. So if
> you are on Windows you can use this
>
> Whats new:
> ==========
>  - Pharo 1.2.1.#12345 is included
>  - Cog VM is included (CogVM VM.r2378) with a custom CogVM/Pharo icon
>
> Maybe Adrian is able to change:
> http://www.pharo-project.org/pharo-download
> to point to the new executable.
>
> Thx
> T.
> --
> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit
> gratis Handy-Flat! http://portal.gmx.net/de/go/dsl
>
>


--
Hernán Morales
Information Technology Manager,
Institute of Veterinary Genetics.
National Scientific and Technical Research Council (CONICET).
La Plata (1900), Buenos Aires, Argentina.
Telephone: +54 (0221) 421-1799.
Internal: 422
Fax: 425-7980 or 421-1799.

installingO2Pharo1.2.1.txt (58K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Pharo 1.2.1. Setup for Win32 (including CogVM)

Marcus Denker-4
In reply to this post by Torsten Bergmann

On Apr 6, 2011, at 7:02 PM, Hernán Morales Durand wrote:

> Hi,
>
> Installing O2 gives me a MNU, I've evaluated:
>
> "- If you want to use another System Browser than the default
> (OmniBrowser), you can install O2 browser: "
>
> Gofer new
> squeaksource: 'MetacelloRepository';
> package:'ConfigurationOfO2';
> load.
>
> ((Smalltalk at: #ConfigurationOfO2) project version: '1.2') load: 'Dev'.
>
> bug report attached.
>

It's noted to be fixed for 1.2.2:
       
        http://code.google.com/p/pharo/issues/detail?id=3831


--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.