Heisprosjekt i C
Install docker and run:
docker build .
to build and test code
Install CMake:
sudo apt-get install cmake
Create build directory and change directory
mkdir build
cd build
Run CMake with parent directory
cmake ..
Run make on generated makefile
make
Run executable
./heisprosjekt
In project folder, run either build.sh or build_test.sh
./build.sh
If the scripts won't start, make it an executable
chmod +x build.sh
Run the built binary
./heisprosjekt
docker build . -f docker/system/Dockerfile -t YOUR_TAG_HERE
docker push YOUR_TAG_HERE