Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grafika-linux-starter-pack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Börcsök Barnabás
grafika-linux-starter-pack
Commits
f5a77ad9
Commit
f5a77ad9
authored
4 years ago
by
bobarna
Browse files
Options
Downloads
Patches
Plain Diff
Sok sikert a tárgyhoz! :)
parent
1f4d1586
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-0
7 additions, 0 deletions
README.md
buildrun.sh
+7
-0
7 additions, 0 deletions
buildrun.sh
with
14 additions
and
0 deletions
README.md
+
7
−
0
View file @
f5a77ad9
...
...
@@ -66,3 +66,10 @@ e-mailt a [barnabas.borcsok@gmail.com](mailto:barnabas.borcsok@gmail.com) címre
hogy ne a technikai részletek miatt ne tudd kiélvezni a házi feladat önálló
elkészítésének varázslatos élményét.
## Kényelmi script a buildeléshez fejlesztés közben
A
`buildrun.sh`
shell script a fent leírt lépéseket automatizálja. Nem muszáj
használni, de kényelmes lehet fejlesztés közben nyitvahagyni egy terminál
ablakot, ahol a
`./buildrun.sh`
paranccsal futtatva a script lebuildeli
a programunkat a
`build`
mappába, futtatja a lefordított programot, majd
visszalép a projekt gyökérmappájába.
This diff is collapsed.
Click to expand it.
buildrun.sh
+
7
−
0
View file @
f5a77ad9
#!/bin/bash
# hozzuk létre a build mappát - ha már létezne, akkor nem csinál semmit parancs
mkdir
build
# lépjünk bele a build mappába
cd
build
# generáljuk ki cmake-kel a build fájlokat a szülő könyvtárból
cmake ..
# buildeljük a programot
make
#futtatjuk a programot
./Skeleton
#visszalépünk a projekt gyökérmappájába - ahol eredetileg voltunk
cd
..
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment