COS 214 Project
- Please put all header files in the
include
directory. - All
.cpp
files go in thesrc
directory. - After adding a file to the project, make sure to add it to the
CMakeLists.txt
file.
- Try running
./build.sh
. If you get a permission denied error, first runchmod +x build.sh
- Change directory into the
build
directory and runmake
. This will compile the project and create an executable in thebuild
directory. You can also run it withmake run
otherwise./simulator
- Create a folder called
build
in the main directory. - Change directory into
build
and runcmake ..
- Now you can use
make
ormake run
inside thebuild
directory like normal.
- To run all the tests, open a terminal in the build directory and run
make test
- sudo apt-get install doxygen
- sudo apt-get install graphviz -y
- In Root directory run
doxygen
- locate html/index.html