Skip to content

Conversation

@Rene36
Copy link

@Rene36 Rene36 commented Jun 15, 2023

Improving BUILDING.md file and adding an Ansible playbook to automate GEDS building process on Linux machines.

@Rene36 Rene36 closed this Jun 15, 2023
@Rene36 Rene36 reopened this Jun 15, 2023
…rocess

Signed-off-by: Rene Schwermer <rene.schwermer@tum.de>
Comment on lines 72 to 75
CMAKE_VERSION=3.22.4
wget --quiet -O cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz \
&& tar xf cmake.tar.gz --strip-components=1 -C /usr/local/ \
&& rm cmake.tar.gz
Copy link
Contributor

@pspoerri pspoerri Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be kept: GEDS won't build otherwise.

Add CMake requirements and remove Windows support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants