On Tue, May 22, 2012 at 8:53 AM, Igor Stasenko <[email protected]> wrote:
> On 22 May 2012 13:39, chadwick <[email protected]> wrote: > > Success!! > Cool! Glad you made it, we need users, because without users pushing code just wouldn't make sense. > > > > I started from a freshly downloaded image: > > > > 1. > > Gofer it squeaksource: 'NBOpenGL'; package: 'ConfigurationOfNBOpenGL'; > load. > > ConfigurationOfNBOpenGL project lastVersion load. > > > as i said before, don't use #lastVersion. > ConfigurationOfNBOpenGL project lastVersion <>1.2-baseline > [ConfigurationOfNBOpenGL] > > if you would spend time browsing it, you would figure out that there is > > ConfigurationOfNBOpenGL project version: '1.0.3' >=1.0.3 > [ConfigurationOfNBOpenGL] > > and you could avoid manual steps which you listed below :) > > @Javier, the NBOpenGL config 1.0.3 imports the > spec project: 'ConfigurationOfNBXLib default' with: '0.0.1'. > which loads > spec package: 'NBXLib-Core' with: 'NBXLib-Core-JavierPimas.4'. > > i guess you can just change the package number to .5 in that version, > without bumping metacello version, because .4 is buggy anyways. > Yes, I checked and had already done that. It's Ok because he's been trying since before we fixed the last bugs, but from a fresh 1.4 image people can load everything with this: Gofer new squeaksource: 'NBOpenGL'; package: 'ConfigurationOfNBOpenGL'; load. (ConfigurationOfNBOpenGL project version: '1.0.3') load. And it should work out of the box. > > then > > > > > > 2. load NBXLib package from monticello > > 3. load NBOpengl-X package from monticello > > > > 4. changed glXFunctions to glxFunctions in NBGlx > > > 5. changed tahoma font to one I had on my Ubuntu12.04 install > > 6. changed the path to OpenGL lib to /usr/lib32/nvidia-current/libGL.so > > > > Zooming text displayed, as well as another popup window. > > > > Time to get reading and then coding. > > > > Thankyou all very much for your patience! > > > > > > > > -- > Best regards, > Igor Stasenko. > > -- Lic. Javier Pimás Ciudad de Buenos Aires
