Skip to content

Commit

Permalink
adding riscv packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Jan 20, 2024
1 parent 836f185 commit 82b8555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install_dependencies_archlinux.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

pacman -S jre-openjdk jdk-openjdk git gcc make cmake pkg-config glfw freeglut
pacman -S jre-openjdk jdk-openjdk git gcc make cmake pkg-config glfw freeglut riscv64-linux-gnu-gcc
2 changes: 1 addition & 1 deletion install_dependencies_fedora.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

sudo dnf install -y git gcc g++ make cmake pkg-config uuid uuid-devel freeglut-devel java-11-openjdk-devel iverilog glfw glfw-devel
sudo dnf install -y git gcc g++ make cmake pkg-config uuid uuid-devel freeglut-devel java-11-openjdk-devel iverilog glfw glfw-devel gcc-riscv64-linux-gnu

0 comments on commit 82b8555

Please sign in to comment.