-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README for menu and support for compile only
- Loading branch information
Pavle Portic
committed
Nov 28, 2015
1 parent
a1a1a9c
commit d1834fb
Showing
6 changed files
with
55 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Meni za automatsko kompajliranje i pokretanje zadataka | ||
|
||
Priprema: | ||
Meni samo trazi dorektorijume koji pocinju sa slovom v (malo slovo) i fajlove u njima sa ekstenzijom ".c" | ||
|
||
Koriscenje: | ||
1. Otvoriti terminal u direktorijumu menu ili uci u taj direktorijum pomocu cd komande | ||
2. Pokrenuti komanu make koja ce kompajlirati meni za vas sistem | ||
3. Otvoriti meni sa komandom ./menu | ||
4. Izabrati direktorijum, pa zatim fajl i aplikacija ce je kompajlirati i pokrenuti automatski | ||
5. "q" je za nazad ili izlazak, a "c" za samo kompajliranje bez pokretanja (ako je neophodno pokretanje sa argumentima) | ||
|
||
--Portic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.