- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ubuuntu 14.04 beta amd64
lenovo ideapad y400
quartus ii 13.1 build 162 10/23/2013 full version
two question: 1,a MegaWizard error occured when generating :qmegawiz command faild out......Fontconfig error....... I can't upload picture,see the screenshot in the link :http://imagebin.org/299576 I run quartus by following script:
#!/bin/sh
export QUARTUS_ROOTDIR_OVERIDE=/opt/altera/13.1
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu/:/home/tracyone/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu
${QUARTUS_ROOTDIR_OVERIDE}/quartus/bin/quartus --64bit
quartus II can't run without lib for i386...so I add stram's lib.. -------------------------------------------------------- 2,the windows size of megawizard is so big for my laptop that i have to rotae my screen to click the button of megawizard ==! 3,How to assocatie *.qpf file to quartus in ubuntu 14.04??
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
solved the first question:
echo "library for x86..." sudo apt-get install libxtst6:i386 libxi6:i386 -y export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu/:/usr/lib/i386-linux-gnu
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page