Skip to content

Add building and container recipes#26

Open
aaronsch0 wants to merge 1 commit intoSimulation-Software-Engineering:mainfrom
aaronsch0:main
Open

Add building and container recipes#26
aaronsch0 wants to merge 1 commit intoSimulation-Software-Engineering:mainfrom
aaronsch0:main

Conversation

@aaronsch0
Copy link

My GitLab name is schoenan

Note for building on macOS:

On my macOS (ARM) system, I build the Docker image using:

docker build --platform=linux/amd64 -t cmake-exercise .

I think on a standard x86 Linux system ,
docker build -t cmake-exercise .
would be sufficient.

After building the image, run the container using:

docker run -it cmake-exercise
And build the program using:

./build_and_run.sh

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.

1 participant