Installation
Attention! Only development builds for Linux, MacOS, and Windows are available at the moment.
Installation on Linux
Stable: From DEB Repository (Ubuntu/Debian)
Installing on Ubuntu:
curl -sL https://pkg.qeda.org/setup | sudo -E bash -
Installing on Debian (as root):
curl -sL https://pkg.qeda.org/setup | bash -
Check whether you can run QEDA from the command string:
qeda --version
Development: From Package
-
Download the package with the executable binary:
wget https://builds.qeda.org/dev/qeda-linux-x86_64-dev.tar.xz -
Unpack the package and copy the
qedaexecutable to/usr/bindirectory:tar -xf qeda-linux-x86_64-dev.tar.xz cd qeda-linux-x86_64-dev sudo cp -fv qeda /usr/bin -
Check whether you can run QEDA from the command string:
qeda --version
Installation on MacOS
Stable: Using Homebrew
Coming soon.
Development: From Package
-
Install prerequisites if needed:
brew install wget -
Download the package with the executable binary:
wget https://builds.qeda.org/dev/qeda-mac-x86_64-dev.tar.xz -
Unpack the package and copy the
qedaexecutable to/usr/bindirectory:tar -xf qeda-mac-x86_64-dev.tar.xz cd qeda-mac-x86_64-dev sudo cp -fv qeda /usr/bin -
Check whether you can run QEDA from the command string:
qeda --version
Installation on Windows
Stable: Using winget
-
Download and install
wingetif needed: -
Coming soon.
Development: From Package
-
Download the package with the executable binary:
-
Use 7-Zip archive manager or similar to unpack
qeda.exeexecutable from the package. -
Copy the executable to
C:\Windowsdirectory or any directory that is specified in thePATHenvironment variable. -
Check whether you can run QEDA from the command string:
qeda.exe --version