Results 1 to 3 of 3

Thread: Installing Quartus II Web Edition v10.0

  1. #1
    Join Date
    Nov 2005
    Location
    Sacramento,CA
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Installing Quartus II Web Edition v10.0

    I found the solution to installing Quartus II Web Edition v10.0 on this website:
    http://fpga4u.epfl.ch/wiki/Install_Q...he_Installer_2

    Basically the installer has a conflict with libX11.so.6, however there is a simple workaround.

    1. Start the installation process with "--confirm" to pause before each step
      Code:
      sh altera_installer.external.sh --confirm
      Creating directory bin
      Verifying archive integrity... All good.
      About to extract 49568 KB in bin ... Proceed ? [Y/n] Y
      Uncompressing Altera Installer............................................................................................................................
      OK to execute: ./altera_installer_gui --gui  ? [Y/n]
    2. Delete libX11.so.6 to remove the conflict
      Code:
      cd 10.0sp1_quartus_free_linux/altera_installer/bin
      rm libX11.so.6
    3. Continue installation process. The GUI installer should now appear.
      Code:
      OK to execute: ./altera_installer_gui --gui  ? [Y/n] Y
      Fontconfig error: "conf.d", line 1: no element found
      Fontconfig warning: line 73: unknown element "cachedir"
      Fontconfig warning: line 74: unknown element "cachedir"

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Installing Quartus II Web Edition v10.0

    might be posted into "tutorials and tips" subforum

  3. #3
    Join Date
    Jun 2007
    Beans
    6

    Re: Installing Quartus II Web Edition v10.0

    Excellent.
    This worked for me and I have Quartus II running nicely.

    Thanks.

    Tony

Tags for this Thread

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
  •