This is an Implementation of the ChocAn project for CS314 by:
Ethan Davis, James Truong, Aaron Mai, Kevin Ruiz Arzate, Grace Trieu, Jesus Quintero
- Open the solution in Visual Studio.
- Build and Run the project.
- Open a terminal and navigate to the root folder of the project
- Run make to compile
- Navigate to the bin directory
- Run the ChocAn executable: ./ChocAn
Testing modules are included in ChocAn/testing. They can be compiled with the make command:
./test_registration
./test_filesystem
./test_system