Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 522 Bytes

Hello World

This directory contains a Makefile and a manifest template for running a simple "Hello World" program in Gramine. It can be used as a sanity test for your Gramine installation.

Building

Building for Linux

Run make (non-debug) or make DEBUG=1 (debug) in the directory.

Building for SGX

Run make SGX=1 (non-debug) or make SGX=1 DEBUG=1 (debug) in the directory.

Run Hello World with Gramine

Without SGX:

gramine-direct helloworld

With SGX:

gramine-sgx helloworld