Skip to content

Commit

Permalink
Initialize submodules in library and use a lower version of RISC-V GN…
Browse files Browse the repository at this point in the history
…U toolchain
  • Loading branch information
fwsGonzo committed Jan 15, 2024
1 parent e4591b1 commit 69cd96f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/usr/bin/env bash
set -e
sudo apt install ccache cmake ninja-build libglfw3-dev libglew-dev g++-12-riscv64-linux-gnu
# We need a recent g++ version for <source_location>
sudo apt install g++-12-riscv64-linux-gnu
sudo apt install ccache cmake ninja-build libglfw3-dev libglew-dev
git submodule update --init --depth 2
git submodule update --init --recursive ext/nanogui
git submodule update --init --recursive ext/library

pushd engine
./build.sh
Expand Down

0 comments on commit 69cd96f

Please sign in to comment.