add a build guide

This commit is contained in:
Return0ne 2021-07-13 10:48:29 -04:00
parent 0aa3c87ae4
commit 3c731e9b9c
5 changed files with 15 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
log.txt

View File

@ -1,2 +1,2 @@
soup: main.cpp
g++ main.cpp -o soup
soup: src/main.cpp
g++ src/main.cpp -o soup

View File

@ -1,2 +1,13 @@
this is just some hello world type C++ code with comments
This is just some hello world type C++ code with comments read below for build instructions
*--------Building--------*
Before you can compile the code you will need GNU make and GNU g++.
This is what you should type in the command line
1. git clone https://gitdab.com/Canneddonuts/CPP_git_test
2. cd CPP_git_test
3. make

View File

@ -1,2 +1 @@
1. add a makefile or a way to generate one
2. add a Build guide
Learn stuffies