docs: update dependencies list
This commit is contained in:
parent
642ada72ef
commit
6299c05313
2 changed files with 10 additions and 1 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -3,7 +3,15 @@
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnType": true,
|
"editor.formatOnType": true,
|
||||||
|
|
||||||
"cSpell.words": ["developomp", "fstat", "nums", "rustup", "substr", "yasm"],
|
"cSpell.words": [
|
||||||
|
"developomp",
|
||||||
|
"fstat",
|
||||||
|
"nums",
|
||||||
|
"rustup",
|
||||||
|
"substr",
|
||||||
|
"texlive",
|
||||||
|
"yasm"
|
||||||
|
],
|
||||||
"dotnet.preferCSharpExtension": true,
|
"dotnet.preferCSharpExtension": true,
|
||||||
|
|
||||||
"[json]": {
|
"[json]": {
|
||||||
|
|
|
@ -21,6 +21,7 @@ Setup the following:
|
||||||
- [clang](https://clang.llvm.org)
|
- [clang](https://clang.llvm.org)
|
||||||
- [GCC](https://gcc.gnu.org)
|
- [GCC](https://gcc.gnu.org)
|
||||||
- [yasm](https://yasm.tortall.net)
|
- [yasm](https://yasm.tortall.net)
|
||||||
|
- [texlive](https://tug.org/texlive)
|
||||||
|
|
||||||
You can check other dev tools I use and more over [here](https://github.com/developomp/pompup).
|
You can check other dev tools I use and more over [here](https://github.com/developomp/pompup).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue