Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
OCR To Reference Language Transpiler
This is the repoisotry for my NEA project.
To compile, all you need to do is:
Have a C++ compiler installed on your machine.
Have make installed on your machine.
Make a folder called "include" in the top level of this project.
Make a subdirectory called "raylib".
Include compiled versions of the entire raylib and raygui source code in that subdirectory.
Run the command "make" in the top level of this project (i.e. the level that contains this file).
(Note if running "make" doesn't work, try running "make CXX=/path/to/c++_compiler").