InstallationΒΆ
Icestudio is available on GNU/Linux, Windows and macOS.
Note
Since this repository is a proof of concept built on top of FPGAwars/icestudio, no regular/tagged releases are available yet. However, after each commit is pushed, CI workflows produce nightly builds for all the supported platforms.
Users can pick artifacts from pre-release nightly or from any of the successful jobs in juanmard/icestudio/actions.
Requirements:
Warning
Non-root Ubuntu/Debian users may need to add themselves to group dialout
: sudo usermod -a -G dialout $USER
.
At the same time, some additional packages might be required, such as libgconf
and canberra-gtk-module
:
sudo apt install -y libgconf-2-4 libcanberra-gtk-module
.