Skip to content

Commit

Permalink
Port latest FOEDAG_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chungshien-chai authored and alaindargelas committed Mar 28, 2024
1 parent 91e83ff commit c595f62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install_centos_dependencies_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ yum install -y perl-IPC-Cmd
yum install -y alsa-lib
yum install -y boost boost-devel boost-static openssl-static
yum install -y zlib-static
yum install -y python3-devel

ln -s $PWD/cmake-3.28.0-linux-x86_64/bin/ctest /usr/bin/ctest

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/install_ubuntu_dependencies_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ sudo apt install -y \
libboost-program-options-dev \
libboost-date-time-dev \
libboost-test-dev \
lsb-core
lsb-core \
python3-dev

# for cmake warning, Could NOT find WrapVulkanHeaders, install the Vulkan separately by following the instruction from https://vulkan-tutorial.com/Development_environment#page_Vulkan-Packages
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
Expand Down

0 comments on commit c595f62

Please sign in to comment.