Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project title

This is just a template for making projects. Feel free to use.

Usage

Prerequisites

Just some basic stuff:

  • Modern C/C++ compiler
  • CMake installed

Building the project

You can download a zip file or use git:

> mkdir ./project
> cd ./project
> git clone \
    ADD_GIT_LINK \
    project_name
> cd project_name

Great! Now that you have the project, you just need to build it:

> bash ./build.sh
> make
> ./proj
Hello, world!

Now your project should be up and running.

External libraries

There is no need to have them installed, CMake will do it:

  • Dep1
  • Dep2

TODOs

  • Implement hello world
  • Do everything else

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages