stevesarb/CS374_Ass1
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To compile the program:
1. Set working directory to the directory this README.txt file is stored in
2. In the command line, enter: gcc ./code/*.c -o movies
a. This will compile all of the .c files together and create an executable called movies
To run the executable:
1. Set the working directory to the directory that contains the executable named movies
2. In the command line, enter: ./movies [PATH_TO_MOVIES_FILE]