Skip to content

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