You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+65-8
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,30 @@
1
1
# Blockbuster
2
-
This repository contains the source code of the Data Management Program for a Fictional Movie Rental Company, developed by:
2
+
3
+
This repository contains the source code of the data management terminal program of a fictional movie rental company, for the theory final project of the Programming II course of the Computer Science career at the Rafael Urdaneta University, located in Maracaibo, Venezuela.
<li>Change your Current Working Directory to where the Repository was Cloned</li>
22
+
<li>Change your Current Working Directory to where the repository was cloned</li>
21
23
22
-
<li>There are Two Ways to Compile the Program: </li>
24
+
<li>There are two ways to compile the program: </li>
23
25
24
26
<ol>
25
-
<li>With <strong>G++</strong> (You must have Installed <strong>MinGW Compiler</strong>). Use the following command:
27
+
<li>With <strong>G++</strong> (you must have installed <strong>MinGW Compiler</strong>). Use the following command:
26
28
27
29
<details>
28
30
<summary>Command for Windows</summary>
@@ -38,6 +40,61 @@ Only C++.
38
40
39
41
</details></li>
40
42
43
+
<li>With <strong>CMake</strong> (you must have installed <strong>CMake and Make</strong>). First, get to the <code>bin</code> folder inside the repository. Use the following command
<li>With <strong>CMake</strong> (You must have Installed <strong>CMake and Make</strong>). First, Get to the <code>bin</code> Folder inside the Repository. Use the following command
0 commit comments