Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation and add Ansible playbook to automate building p… #86

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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>
doc/BUILDING.md Outdated
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