Results 1 to 8 of 8

Thread: help installing

  1. #1
    Join Date
    Apr 2008
    Location
    ~
    Beans
    307
    Distro
    Ubuntu 10.10 Maverick Meerkat

    help installing

    I want a program like flash cs3, and i found OpenLaszlo, but i can't figure out how to install it...
    is it in the repos?
    How would i find out?

  2. #2
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: help installing

    Quote Originally Posted by pikabuntu View Post
    I want a program like flash cs3, and i found OpenLaszlo, but i can't figure out how to install it...
    is it in the repos?
    How would i find out?
    Flash CS3 won't work using WinE. I haven't had any experience with OpenLaszlo, but I could direct you to their documentation.
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  3. #3
    Join Date
    Apr 2008
    Location
    ~
    Beans
    307
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: help installing

    Quote Originally Posted by iaculallad View Post
    Flash CS3 won't work using WinE. I haven't had any experience with OpenLaszlo, but I could direct you to their documentation.
    their documentation was too confusing for me

    is there any way to see a list of the stuff in the repos?

  4. #4
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: help installing

    Quote Originally Posted by pikabuntu View Post
    their documentation was too confusing for me

    is there any way to see a list of the stuff in the repos?
    You could try Ubuntu's package section.
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  5. #5
    Join Date
    Apr 2008
    Beans
    20

    Re: help installing

    http://www.openlaszlo.org/lps4.1/docs/installation/
    http://www.openlaszlo.org/lps4.1/doc...tructions.html

    Ok one thing, it looks like you need the Java SDK installed on your machine to proceed. You've got two options. You can go to the Sun Java JDK site, click the download link for "JDK 6 Update 6" and install that.

    The other option, type this from the command line to get the non-commercial java SDK.
    Code:
    sudo apt-get install free-java-sdk
    If you go that way, you'll need to manually set the JAVA_HOME variable and the PATH for the java sdk so OpenLaszlo knows where to go. In that case, you'll need to do this:

    1) Go to the Terminal and type "gksudo gedit ~/.bashrc"
    2) Add these lines at the bottom of the file
    Code:
    JAVA_HOME=/usr/lib/fjsdk
    PATH=$PATH:/usr/lib/fjsdk/bin
    export PATH
    export JAVA_HOME
    3) Save the file, close. Log out, log back in.

    With all that done, now you can unpack and run the program as the installation instructions state.
    Last edited by Bentai; July 7th, 2008 at 02:57 AM.

  6. #6
    Join Date
    Sep 2005
    Beans
    166
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: help installing

    Quote Originally Posted by pikabuntu View Post
    their documentation was too confusing for me

    is there any way to see a list of the stuff in the repos?
    You can search repos:

    Code:
    sudo aptitude search package
    so

    Code:
    sudo aptitude search openlaszlo
    (returned 0 results by the way).
    Don't eat yellow snow

  7. #7
    Join Date
    Apr 2008
    Beans
    20

    Re: help installing

    *bump*
    So did it work?

  8. #8
    Join Date
    Apr 2008
    Location
    ~
    Beans
    307
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: help installing

    I did the java part but it said that the laszlo file was not there to download

    (sorry it took so long to respond)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •