Skip to content

Commit 6049669

Browse files
committed
Update readme
1 parent 3d759f4 commit 6049669

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ See `ssp_opt.h` to configure the sample application build options for each targe
135135

136136
## Windows Visual Studio
137137

138-
<code>cmake -G "Visual Studio 17 2022" -A Win32 -B ../SimpleSocketProtocolBuild -S .</code>
138+
<code>cmake -G "Visual Studio 17 2022" -A Win32 -B build -S .</code>
139139

140-
After executed, open the Visual Studio project from within the <code>SimpleSocketProtocolBuild</code> directory.
140+
After executed, open the Visual Studio project from within the <code>build</code> directory.
141141

142142
## Linux Make
143143

144-
<code>cmake -G "Unix Makefiles" -B ../SimpleSocketProtocolBuild -S .</code>
144+
<code>cmake -G "Unix Makefiles" -B build -S .</code>
145145

146-
After executed, build the software from within the <code>SimpleSocketProtocolBuild</code> directory using the command <code>make</code>. Run the console app using <code>./SimpleSocketProtocolApp</code>.
146+
After executed, build the software from within the <code>build</code> directory using the command <code>make</code>. Run the console app using <code>./SimpleSocketProtocolApp</code>.
147147

148148
# Overview
149149

0 commit comments

Comments
 (0)