-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
236 lines (142 loc) · 10.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog | Primo Software</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Primo Software">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="canonical" href="/">
<link rel="stylesheet" href="/assets/css/frame.css">
<link rel="stylesheet" href="/assets/css/classes.css">
<link rel="alternate" href="/feed.xml" type="application/atom+xml" title="Primo Software">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X08HPWQQQT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X08HPWQQQT');
</script>
</head>
<header>
<a href="https://primosoftware.com" class="title">Primo Software</a>
<nav><a aria-label="Home" href="https://primosoftware.com/" ><span aria-hidden="true">Home</span></a><a aria-label="Blog" href="/" class="selected"><span aria-hidden="true">Blog</span></a><a aria-label="Archive" href="/archive/" ><span aria-hidden="true">Archive</span></a></nav>
</header>
<article>
<a href="/tag/vscode"><code class="highligher-rouge" style="font-size:16px;"><nobr>vscode</nobr></code></a>
<a href="/tag/dotnet"><code class="highligher-rouge" style="font-size:16px;"><nobr>dotnet</nobr></code></a>
<a href="/tag/csharp"><code class="highligher-rouge" style="font-size:16px;"><nobr>csharp</nobr></code></a>
<a href="/tag/cpp"><code class="highligher-rouge" style="font-size:16px;"><nobr>cpp</nobr></code></a>
<a href="/tag/windows"><code class="highligher-rouge" style="font-size:14px;"><nobr>windows</nobr></code></a>
<a href="/tag/ubuntu"><code class="highligher-rouge" style="font-size:14px;"><nobr>ubuntu</nobr></code></a>
<a href="/tag/macos"><code class="highligher-rouge" style="font-size:14px;"><nobr>macos</nobr></code></a>
<a href="/tag/linux"><code class="highligher-rouge" style="font-size:14px;"><nobr>linux</nobr></code></a>
</article>
<article>
<header>
<h1><a href="/getting-started-net-visual-studio-code-windows/">Getting Started with .NET and Visual Studio Code on Windows</a></h1><time datetime="2023-11-24T00:00:00-08:00">November 24, 2023</time>
</header>
<p>Before going through these steps make sure you have done <a href="/setup-net-development-environment-windows">Setup .NET development environment on Windows</a></p>
<h2 id="visual-studio-code">Visual Studio Code</h2>
<p>Download and install from <a href="https://code.visualstudio.com/download">Visual Studio Code</a> site.</p>
<p>Open Visual Studio Code and press <code class="language-plaintext highlighter-rouge">Ctrl + Shift + P</code>. Select <code class="language-plaintext highlighter-rouge">Shell Command: Install 'code' command in PATH</code>.</p>
<p>Close Visual Studio Code.</p>
<div class="more"><a href="/getting-started-net-visual-studio-code-windows/">read more</a></div>
</article>
<article>
<header>
<h1><a href="/setup-net-development-environment-windows/">Setup .NET development environment on Windows</a></h1><time datetime="2023-11-23T00:00:00-08:00">November 23, 2023</time>
</header>
<h1 id="setup-for-windows">Setup for Windows</h1>
<blockquote>
<p>Scripts are PowerShell.</p>
</blockquote>
<p>Download the <code class="language-plaintext highlighter-rouge">dotnet-install.ps1</code> script</p>
<div class="language-powershell highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">Invoke-WebRequest</span><span class="w"> </span><span class="s1">'https://dot.net/v1/dotnet-install.ps1'</span><span class="w"> </span><span class="nt">-OutFile</span><span class="w"> </span><span class="s1">'dotnet-install.ps1'</span><span class="p">;</span><span class="w">
</span></code></pre></div></div>
<div class="more"><a href="/setup-net-development-environment-windows/">read more</a></div>
</article>
<article>
<header>
<h1><a href="/getting-started-cpp-visual-studio-code-windows/">Getting Started with C++ and Visual Studio Code on Windows</a></h1><time datetime="2023-11-22T00:00:00-08:00">November 22, 2023</time>
</header>
<p>Before going through these steps make sure you have done <a href="/setup-cpp-development-environment-windows">Setup C++ development environment on Windows</a></p>
<h2 id="visual-studio-code">Visual Studio Code</h2>
<p>Download and install from <a href="https://code.visualstudio.com/download">Visual Studio Code</a> site.</p>
<p>Open Visual Studio Code and press <code class="language-plaintext highlighter-rouge">Cmd + Shift + P</code>. Select <code class="language-plaintext highlighter-rouge">Shell Command: Install 'code' command in PATH</code>.</p>
<div class="more"><a href="/getting-started-cpp-visual-studio-code-windows/">read more</a></div>
</article>
<article>
<header>
<h1><a href="/setup-cpp-development-environment-windows/">Setup C++ development environment on Windows</a></h1><time datetime="2023-11-21T00:00:00-08:00">November 21, 2023</time>
</header>
<p>These steps were tested on Windows 11, 23H2. Scripts are <code class="language-plaintext highlighter-rouge">PowerShell</code>.</p>
<h2 id="visual-studio-2022">Visual Studio 2022</h2>
<p>This is needed for the C++ compiler. Install <a href="https://visualstudio.microsoft.com/vs/older-downloads/">Visual Studio 2022 Community Edition</a>.</p>
<p>During installation select C++ desktop development and latest Windows 10 and Windows 11 SDKs.</p>
<p>After installation open Visual Studio and check for updates. Install the latest 2022 version that is available.</p>
<div class="more"><a href="/setup-cpp-development-environment-windows/">read more</a></div>
</article>
<article>
<header>
<h1><a href="/getting-started-net-visual-studio-code-ubuntu/">Getting Started with .NET and Visual Studio Code on Ubuntu</a></h1><time datetime="2023-11-20T00:00:00-08:00">November 20, 2023</time>
</header>
<p>Before going through these steps make sure you have done <a href="/setup-net-development-environment-ubuntu">Setup .NET development environment on Ubuntu</a></p>
<h2 id="visual-studio-code">Visual Studio Code</h2>
<p>Download and install from <a href="https://code.visualstudio.com/download">Visual Studio Code</a> site.</p>
<p>Open Visual Studio Code and press <code class="language-plaintext highlighter-rouge">Ctrl + Shift + P</code>. Select <code class="language-plaintext highlighter-rouge">Shell Command: Install 'code' command in PATH</code>.</p>
<p>Close Visual Studio Code.</p>
<div class="more"><a href="/getting-started-net-visual-studio-code-ubuntu/">read more</a></div>
</article>
<article>
<header>
<h1><a href="/setup-net-development-environment-ubuntu/">Setup .NET development environment on Ubuntu</a></h1><time datetime="2023-11-19T00:00:00-08:00">November 19, 2023</time>
</header>
<h1 id="setup-for-ubuntu">Setup for Ubuntu</h1>
<p>Download the <code class="language-plaintext highlighter-rouge">dotnet-install.sh</code> script</p>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">cd
</span>curl <span class="nt">-sSL</span> https://dot.net/v1/dotnet-install.sh <span class="o">></span> dotnet-install.sh
<span class="nb">chmod</span> +x dotnet-install.sh
</code></pre></div></div>
<div class="more"><a href="/setup-net-development-environment-ubuntu/">read more</a></div>
</article>
<article>
<header>
<h1><a href="/getting-started-cpp-visual-studio-code-ubuntu/">Getting Started with C++ and Visual Studio Code on Ubuntu</a></h1><time datetime="2023-11-18T00:00:00-08:00">November 18, 2023</time>
</header>
<p>Before going through these steps make sure you have done <a href="/setup-cpp-development-environment-ubuntu">Setup C++ development environment on Ubuntu</a></p>
<h2 id="visual-studio-code">Visual Studio Code</h2>
<p>Download and install from <a href="https://code.visualstudio.com/download">Visual Studio Code</a> site.</p>
<p>Open Visual Studio Code and press <code class="language-plaintext highlighter-rouge">Cmd + Shift + P</code>. Select <code class="language-plaintext highlighter-rouge">Shell Command: Install 'code' command in PATH</code>.</p>
<div class="more"><a href="/getting-started-cpp-visual-studio-code-ubuntu/">read more</a></div>
</article>
<article>
<header>
<h1><a href="/setup-cpp-development-environment-ubuntu/">Setup C++ development environment on Ubuntu</a></h1><time datetime="2023-11-17T00:00:00-08:00">November 17, 2023</time>
</header>
<p>These steps were tested on Ubuntu 22.04.3 LTS. Scripts are <code class="language-plaintext highlighter-rouge">bash</code>.</p>
<h3 id="compilers">Compilers</h3>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">sudo </span>apt <span class="nb">install </span>build-essential
</code></pre></div></div>
<div class="more"><a href="/setup-cpp-development-environment-ubuntu/">read more</a></div>
</article>
<article>
<a href="/tag/vscode"><code class="highligher-rouge" style="font-size:16px;"><nobr>vscode</nobr></code></a>
<a href="/tag/dotnet"><code class="highligher-rouge" style="font-size:16px;"><nobr>dotnet</nobr></code></a>
<a href="/tag/csharp"><code class="highligher-rouge" style="font-size:16px;"><nobr>csharp</nobr></code></a>
<a href="/tag/cpp"><code class="highligher-rouge" style="font-size:16px;"><nobr>cpp</nobr></code></a>
<a href="/tag/windows"><code class="highligher-rouge" style="font-size:14px;"><nobr>windows</nobr></code></a>
<a href="/tag/ubuntu"><code class="highligher-rouge" style="font-size:14px;"><nobr>ubuntu</nobr></code></a>
<a href="/tag/macos"><code class="highligher-rouge" style="font-size:14px;"><nobr>macos</nobr></code></a>
<a href="/tag/linux"><code class="highligher-rouge" style="font-size:14px;"><nobr>linux</nobr></code></a>
</article>
<footer>
<span></span>
<span>page 1 of 2</span>
<a href="/page2">older posts »</a>
</footer>
<footer>
<div>© Primo Software</div>
<nav><a aria-label="Mail" href="mailto:[email protected]" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#envelope"></use></svg></a><a aria-label="Github" href="https://github.com/primosoftware" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#github"></use></svg></a><a aria-label="Subscribe" href="/feed.xml" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#rss"></use></svg></a></nav>
</footer>
</html>