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
qeda
executable to/usr/bin
directory: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
qeda
executable to/usr/bin
directory: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
winget
if needed: -
Coming soon.
Development: From Package
-
Download the package with the executable binary:
-
Use 7-Zip archive manager or similar to unpack
qeda.exe
executable from the package. -
Copy the executable to
C:\Windows
directory or any directory that is specified in thePATH
environment variable. -
Check whether you can run QEDA from the command string:
qeda.exe --version