From 38add268a09bcce75f5709d94002092b4c78005c Mon Sep 17 00:00:00 2001 From: Jay Two Date: Fri, 12 Feb 2021 22:11:11 +0900 Subject: [PATCH] update markdown --- HowToSetProject-cmake.ko.md | 23 +++++++++++++++++++++++ HowToSetProject-cmake.md | 23 +++++++++++++++++++++++ HowToSetProject.md | 3 +++ README.ko.md | 8 ++------ README.md | 8 ++------ 5 files changed, 53 insertions(+), 12 deletions(-) create mode 100644 HowToSetProject-cmake.ko.md create mode 100644 HowToSetProject-cmake.md diff --git a/HowToSetProject-cmake.ko.md b/HowToSetProject-cmake.ko.md new file mode 100644 index 0000000..96472e0 --- /dev/null +++ b/HowToSetProject-cmake.ko.md @@ -0,0 +1,23 @@ +## cmake 사용하기 + +> *Read this in other languages: [English](HowToSetProject-cmake.md), :kr: [한국어](HowToSetProject-cmake.ko.md)* + +:one: 아래와 같은 명령어들읋 입력하세요. + +:two: Mingw 사용하기 + +``` +mkdir build +cd build +cmake -G "MinGW Makefiles" ..\QXlsx\ +mingw32-make +``` + +:three: Linux/Mac/Unix 사용하기 + +``` +mkdir build +cd build +cmake -G "Unix Makefiles" ../QXlsx/ +make +``` diff --git a/HowToSetProject-cmake.md b/HowToSetProject-cmake.md new file mode 100644 index 0000000..a10a3b2 --- /dev/null +++ b/HowToSetProject-cmake.md @@ -0,0 +1,23 @@ +## Using cmake + +> *Read this in other languages: [English](HowToSetProject-cmake.md), :kr: [한국어](HowToSetProject-cmake.ko.md)* + +:one: Enter the command as shown below. + +:two: Using Mingw + +``` +mkdir build +cd build +cmake -G "MinGW Makefiles" ..\QXlsx\ +mingw32-make +``` + +:three: Using Linux/Mac/Unix + +``` +mkdir build +cd build +cmake -G "Unix Makefiles" ../QXlsx/ +make +``` diff --git a/HowToSetProject.md b/HowToSetProject.md index a0b96f6..f052ea4 100644 --- a/HowToSetProject.md +++ b/HowToSetProject.md @@ -131,3 +131,6 @@ int main(int argc, char *argv[]) ![](markdown.data/13.jpg)

+ + + diff --git a/README.ko.md b/README.ko.md index 9b2cd85..5de673c 100644 --- a/README.ko.md +++ b/README.ko.md @@ -17,7 +17,8 @@ ## 설정하는 방법 (설치) -- [QXlsx 프로젝트 설정하는 방법](HowToSetProject.ko.md) 참조 +- :권장: [QXlsx 프로젝트 설정하는 방법 (qmake)](HowToSetProject.ko.md) 참조 +- [QXlsx 프로젝트 설정하는 방법 (cmake)](HowToSetProject-cmake.ko.md) 참조 ## 테스트 환경 @@ -47,11 +48,6 @@ - colorprintf 는 MIT 라이센스 입니다. [https://github.com/VittGam/colorprintf](https://github.com/VittGam/colorprintf) - HelloActions-Qt 는 MIT 라이센스 입니다. [https://github.com/jaredtao/HelloActions-Qt](https://github.com/jaredtao/HelloActions-Qt) -## 축하 -- 우리의 코드가 북극에 갑니다. -- ![](markdown.data/arcvalut.png) -- 자세한 정보는 링크를 보세요. https://archiveprogram.github.com/ - ## :email: 문의 - 이슈를 남겨 주세요. [https://github.com/QtExcel/QXlsx/issues](https://github.com/QtExcel/QXlsx/issues) - 프로젝트 참여에 관심이 있으신 분은 이슈로 연락주세요. diff --git a/README.md b/README.md index 861b079..293b7af 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ ## How to set up (Installation) -- See [how to setup QXlsx project](HowToSetProject.md) +- :Recommended: See [how to setup QXlsx project (qmake)](HowToSetProject.md) +- See [how to setup QXlsx project (cmake)](HowToSetProject-cmake.md) ## Tested environment @@ -47,11 +48,6 @@ - colorprintf is under MIT license. [https://github.com/VittGam/colorprintf](https://github.com/VittGam/colorprintf) - HelloActions-Qt is under MIT license. [https://github.com/jaredtao/HelloActions-Qt](https://github.com/jaredtao/HelloActions-Qt) -## Congratulations -- Our code is going to the North Pole. -- ![](markdown.data/arcvalut.png) -- See link for more information. https://archiveprogram.github.com/ - ## :email: Contact - Leave me a issue. [https://github.com/QtExcel/QXlsx/issues](https://github.com/QtExcel/QXlsx/issues) - If you are interested in participating in the project, please contact us by issue.