FOR VSCODE IN FILE settings.json
"terminal.integrated.profiles.windows": {
"Bash": {
"path": "C:\laragon\bin\git\bin\bash.exe",
},
"MSYS2": {
"path": "C:\msys64\usr\bin\bash.exe",
"label": "MSYS2",
"args": ["--login", "-i"],
FOR VSCODE IN FILE settings.json
"terminal.integrated.profiles.windows": {
"Bash": {
"path": "C:\laragon\bin\git\bin\bash.exe",
},
"MSYS2": {
"path": "C:\msys64\usr\bin\bash.exe",
"label": "MSYS2",
"args": ["--login", "-i"],
Instructions to compile ctffind4 on CentOS 8.
# Enable PowerTools
sudo dnf config-manager --set-enabled PowerTools| { | |
| "name": "Darcula", | |
| "cursorColor": "#a9b7c6", | |
| "selectionBackground": "#214283", | |
| "background": "#2b2b2b", | |
| "foreground": "#a9b7c6", | |
| "black": "#000000", |
| ; Darcula-like color scheme | |
| [Colors] | |
| InverseCursor=1 | |
| InverseSelection=0 | |
| BackColor=4276028 | |
| BackColor2=4276028 | |
| ForeColor=13088425 | |
| MarkColor=3948476 | |
| CursorColor=11497035 | |
| CursorText=13088425 |
| [Darcula] | |
| normal-foreground = #A9B7C6 | |
| normal-background = #2B2B2B | |
| definition-foreground = #A9B7C6 | |
| definition-background = #2B2B2B | |
| keyword-foreground = #CC7832 | |
| keyword-background = #2B2B2B | |
| builtin-foreground = #8888C6 | |
| builtin-background = #2B2B2B | |
| string-foreground = #629755 |
| - color: ide_base | |
| hex: #3C3F41 | |
| - color: editor_background | |
| hex: #2B2B2B | |
| rgb: [43,43,43] | |
| - color: default_text | |
| hex: #A9B7C6 | |
| rgb: [169,183,198] |
| ; Darcula-like color scheme | |
| [Colors] | |
| InverseCursor=1 | |
| InverseSelection=0 | |
| BackColor=4276028 | |
| BackColor2=4276028 | |
| ForeColor=13088425 | |
| MarkColor=3948476 | |
| CursorColor=11497035 | |
| CursorText=13088425 |
| language: | |
| - cpp | |
| addons: | |
| apt: | |
| sources: | |
| - ubuntu-toolchain-r-test | |
| packages: | |
| - g++-6 | |
| - gcc-6 |