Skip to content

ManuMario0/AgeOfAnarchy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthesis

This project is part of A. Auclair and E. Mera's personnal work done for 2021 TIPE.

Compiling

On Linux/MacOS

mkdir build
cd build
cmake ..
make

On Windows

You first need Mingw32 to compile.

mkdir build
cd build
cmake .. -G "MinGW Makefiles"
mingw32-make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published