Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 264e524

Browse files
committed
20210726 readme개선
1 parent 39ede6c commit 264e524

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

‎README.md‎

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11

22
## C++ Console Chatting Program
3-
이 프로젝트는 Windows에서 Visual Studio 2019로 개발하였습니다
3+
이 프로젝트는 Windows에서 Visual Studio 2019로 개발하였습니다
44
Visual Studio 2019에서 빌드됩니다.
55

6-
Server는 콘솔 채팅 서버
7-
BClient는 봇 클라이언트
8-
Client는 콘솔 클라이언트
6+
Server는 콘솔 채팅 서버
7+
BClient는 봇 클라이언트
8+
Client는 콘솔 클라이언트
99

1010
### Server 빌드
11-
https://github.com/Microsoft/hiredis 의 코드를 받아
12-
hiredis, win32_interop 프로젝트를 열어
13-
구성형식 : 정적 라이브러리(.lib)
14-
Windows SDK 버전 : 10.0.XX
15-
플랫폼 도구 집합 : Visual Studio 2019 (v142)로 빌드
11+
https://github.com/Microsoft/hiredis 의 코드를 받아
12+
hiredis, win32_interop 프로젝트를 열어
13+
구성형식 : 정적 라이브러리(.lib)
14+
Windows SDK 버전 : 10.0.XX
15+
플랫폼 도구 집합 : Visual Studio 2019 (v142)로 빌드
1616

17-
Server프로젝트를 Server.sln을 클릭해 열고
18-
포함 디렉토리에 hiredis경로를
19-
라이브러리 디렉토리 hiredis\lib\x64경로를 셋팅하세요
20-
구성형식 : 애플리케이션(.exe)
21-
Windows SDK 버전 : 10.0.XX
22-
플랫폼 도구 집합 : Visual Studio 2019 (v142)로 맞추고
23-
Server프로젝트 빌드
17+
Server프로젝트를 Server.sln을 클릭해 열고
18+
포함 디렉토리에 hiredis경로를
19+
라이브러리 디렉토리 hiredis\lib\x64경로를 셋팅하세요
20+
구성형식 : 애플리케이션(.exe)
21+
Windows SDK 버전 : 10.0.XX
22+
플랫폼 도구 집합 : Visual Studio 2019 (v142)로 맞추고
23+
Server프로젝트 빌드
2424

2525
### BClient, Client 빌드
26-
각각 BClient.sln, Client.sln
27-
구성형식 : 애플리케이션(.exe)
28-
Windows SDK 버전 : 10.0.XX
29-
플랫폼 도구 집합 : Visual Studio 2019 (v142)로 맞추고
30-
프로젝트 빌드
26+
각각 BClient.sln, Client.sln
27+
구성형식 : 애플리케이션(.exe)
28+
Windows SDK 버전 : 10.0.XX
29+
플랫폼 도구 집합 : Visual Studio 2019 (v142)로 맞추고
30+
프로젝트 빌드
3131

32-
Visual Studio 2019 프로젝트 구성 속성에서
33-
구성 : Release
34-
플랫폼 : x64
35-
경고 수준 : 수준3(/W3)
36-
SDL 검사 : 예(/sdl)
32+
Visual Studio 2019 프로젝트 구성 속성에서
33+
구성 : Release
34+
플랫폼 : x64
35+
경고 수준 : 수준3(/W3)
36+
SDL 검사 : 예(/sdl)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /