enarx-archive / enarx.github.io

Enarx.dev website and relevant assets
https://enarx.dev
MIT License
43 stars 27 forks source link

[Feature]: C/C++ demos for non-Windows developers #168

Closed rjzak closed 2 years ago

rjzak commented 2 years ago

Is there an existing issue for this?

Description

The tutorials for C/C++ are oddly Windows-centric. Despite some instructions for compiling with gcc, g++ on Linux, the instructions point users to https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170

Acceptance Criteria

The introductions should break-down the instructions by operating system. The wasi-sdk supports Linux & macOS.

Suggestions for a technical implementation

No response

Deepansharora27 commented 2 years ago

I can make this change and add instructions for different Operating Systems

Deepansharora27 commented 2 years ago

I made a PR #174 in an attempt to fix this. This PR is for C right now, I will make a PR for cpp as well soon.

@rjzak Richard, Should I add anything else to the guide ?

rjzak commented 2 years ago

@Deepansharora27 Looks good!