Skip to content

odaceo/lab-hello-world-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab :: Hello World :: C Application

License Build Status

Description

A simple C application on Linux.

Prerequisites

Vagrant must be installed on your computer to mount the workbench for this project.

Open a Terminal and run the following commands:

vagrant up
vagrant ssh
cd /vagrant

Building the application

The following commands produce the binary file:

mkdir build
cd build
cmake .. && make

Running the application

To launch the application use the following command:

./hello Odaceo

Reporting Issues

Issues can be reported at https://github.com/odaceo/lab-hello-world-c/issues

Source code

The source code is available at https://github.com/odaceo/lab-hello-world-c

License

All the source code is distributed under ASL 2.0.

Copyright

© 2017 Odaceo. All rights reserved.

Releases

No releases published

Packages

No packages published