-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed setup, added more descriptive title for windows
- Loading branch information
Joakim Hunskaar
committed
Nov 5, 2025
1 parent
d771c52
commit 8edee4d
Showing
2 changed files
with
8 additions
and
29 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,12 @@ | ||
| # TDT4102 Resources repo | ||
|
|
||
| This repo is now stripped down, so wysiwyg (what you see is what you get). | ||
| REMEMBER: From immediately after the summer of 2022 this repo deprecates the following: | ||
| This repo contains the following: | ||
|
|
||
| - <https://gitlab.stud.idi.ntnu.no/tdt4102/ovinger/oving-0> | ||
| - <https://gitlab.stud.idi.ntnu.no/tdt4102/vs-code/TDT4102> | ||
| - <https://gitlab.stud.idi.ntnu.no/tdt4102/vs-code/examples> | ||
| - <https://gitlab.stud.idi.ntnu.no/tdt4102/infobank> | ||
| - <https://gitlab.stud.idi.ntnu.no/tdt4102/graph_lib> | ||
| - <https://gitlab.stud.idi.ntnu.no/tdt4102/ovinger/utdelt> | ||
| - Build configurations | ||
| - Our graphics library with dependencies | ||
| - Infobank with pdfs and small articles about certain topics | ||
| - Project templates | ||
| - Windows specific setup | ||
|
|
||
| as they are now files inside the repo instead of subprojects. DELETE these repos to avoid confusion. | ||
|
|
||
| ## Setup | ||
|
|
||
| `git clone https://gitlab.stud.idi.ntnu.no/tdt4102/vs-code/resources` copies the repo to your computer in a subfolder of the folder where you run the command from. | ||
|
|
||
| Hot tip for windows users: In File Explorer (filutforsker) navigate to the chosen folder, and then type `cmd` in the navigation bar to open command prompt in the correct folder. | ||
|
|
||
| ## Walkthrough: Adding articles to infobank | ||
|
|
||
| ### Do the changes | ||
|
|
||
| Change any file in the repo. Make sure you are happy with it. | ||
|
|
||
| ### Publishing | ||
|
|
||
| Just use git. If you don't know git, see mini-tutorial underneath. | ||
|
|
||
| `git add .` adds all files to staging area. | ||
| `git commit -m "<message about what you changed>` saves the changes. | ||
| `git push` publishes the changes. The extension will automatically detect that changes are made and pull them. |
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 |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # Meson installer for windows | ||
| # Meson installer for windows and Powershell scripts | ||
|
|
||
| The version of meson is 1.1.1 | ||
|
|
||
| Dont blindly update, meson is young so they often have breaking changes. | ||
| Don't blindly update, meson is young so they often have breaking changes. |