How to Install EDA on OpenSUSE Latest
EDA is an electronic design automation software that can be used to design printed circuit boards. In this tutorial, we will guide you through the process of installing EDA on OpenSUSE latest.
Step 1: Update System
Before installing EDA, make sure your OpenSUSE system is up-to-date by running the following commands:
sudo zypper update
Step 2: Install Required Dependencies
EDA requires some dependencies to be installed on your system. Run the following command to install them:
sudo zypper install gcc make qt5-qtbase-devel OpenGL-devel libcurl-devel protobuf-devel
Step 3: Download EDA
You can download EDA from their official website: https://eda.jortilles.com/en/jortilles-english/
wget https://eda.jortilles.com/wp-content/uploads/2018/03/edo-install.tar.gz
Step 4: Extract EDA
Extract the downloaded EDA tarball by running the following command:
tar xvf edo-install.tar.gz
Step 5: Install EDA
Go to the extracted EDA directory and run the installation script as a superuser:
cd edo-install && sudo ./install.sh
Follow the installation wizard to complete the installation process.
Step 6: Launch EDA
Once the installation is complete, you can launch EDA by running the following command:
edo
EDA should now be installed and ready to use on your OpenSUSE system.
Conclusion
In this tutorial, we have shown you how to install EDA on OpenSUSE latest. By following these simple steps, you can easily install EDA and use it to design printed circuit boards.