1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00

update markdown

This commit is contained in:
Jay Two 2021-02-12 22:11:11 +09:00
parent 8eeaf17508
commit 38add268a0
5 changed files with 53 additions and 12 deletions

View File

@ -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
```

23
HowToSetProject-cmake.md Normal file
View File

@ -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
```

View File

@ -131,3 +131,6 @@ int main(int argc, char *argv[])
![](markdown.data/13.jpg)
<br /><br />

View File

@ -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)
- 프로젝트 참여에 관심이 있으신 분은 이슈로 연락주세요.

View File

@ -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.