Vous êtes sur la page 1sur 1

Find package name using terminal

apt-cache search pkg_similar_name

Error in maually installation of Packages:


configure: error: zlib not installed
> apt-get install zlib1g-dev

Installation of Altera Quartus:


> ./configure --prefix=/usr/local
> make
> sudo make install
> sudo ldconfig
... [done-above]
... http://www.bitsnbites.eu/installing-intelaltera-quartus-in-ubuntu-17-10/

These are the steps to install iverilog and GTKWave in Ubuntu.


> sudo add-apt-repository ppa:team-electronics/ppa
> sudo apt-get update
> sudo apt-get install verilog gtkwave

ZamiaCAD – Editor (in Eclipse)


You can install zamiaCAD plugin using Eclipse update-site. Simply open menu "Help"
-> "Install New Software..." and enter http://zamiacad.sourceforge.net/update-site
URL for both "Name" and "Location" in the "Add" window. Completed installation,
open "Window" -> "Open Perspective" -> "Others" -> "zamiaCAD ". Done. It might be
the most convenient way to integrate zamiaCAD into your instance of Eclipse.

apt-get install tkgate

ANDROID STUDIO

> sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make


> sudo apt update
> sudo apt install ubuntu-make
Then download the latest version of android studio. Unzip it.
Go to /android-studio/bin directory in the terminal and execute “./studio.sh”

Then follow the instructions in the GUI.

Vous aimerez peut-être aussi