Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 2f607e5

Browse files
author
年迈的老秋风Windy
committed
Update Readme
Update build instructions and cleanup extlibs folder
1 parent 9481ccb commit 2f607e5

8 files changed

Lines changed: 8 additions & 5 deletions

File tree

README-ch.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ EasyCrossPlatform的发展是由下面几个库驱动的:
3131
## 编译
3232
此项目仍在早期开发阶段, 且并没有考虑开始发行, Beta版都不! 不过如果您等不及了, 可以编译此库以使用它.
3333
注意, 目前我们使用的编译工具*xmake不支持在ARM64上进行运行/编译*, 除非您在X86/X64机器上进行交叉编译, 否则您将无法使用ARM64版本的EASYCROSSPLATFORM.
34-
1) 在Lib/MariaDB文件夹中选择您系统对应的正确版本, 并拷贝到Lib目录下
35-
2) a) 如果您在Windows机器上编译, 在Lib/LibCurl文件夹中选择您系统对应的正确版本, 并拷贝到Lib目录下
34+
1) 在/extlibs/MariaDB文件夹中选择您系统对应的正确版本, 并将系统版本文件夹内的文件拷贝到/extlibs目录下
35+
2) a) 如果您在Windows机器上编译, 在extlibs/LibCurl文件夹中选择您系统对应的正确版本, 并将系统版本文件夹的文件拷贝到/extlibs目录下
3636
b) 如果您在Linux / Unix / MacOS 上编译, 您需要手动安装LibCurl, 然后您就可以编译EasyCrossPlatform了.
37-
3) 目录下运行xmake即可生成静态/动态链接库. (注意Windows和Linux的库互不通用, 不同版本的Linux静态库也不通用).
37+
3) 目录下运行xmake即可生成静态/动态链接库.
38+
(注意Windows和Linux的库互不通用, 不同版本的Linux静态库也不通用).
39+
*如果您运行的是Unix / Linux系统, 您需要指定您的Linux系统类型, 请查看Linux_BuildOptions.txt
3840
## 贡献
3941
欢迎提交Pull Request.
4042
您也可以通过测试来提交

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ With less code, developers can develop more safe code preventing memory leaks an
3131
## Build
3232
This project is not even released with beta and it is still in its early stage of development.
3333
If you cannot wait to see it,
34-
1) Enter the lib/mariadb directory and put the correct Files in the lib directory
35-
2) a) If you are building under Windows, Enter the lib/libcurl directory and put the correct Files in the lib directory
34+
1) Enter the /extlibs/mariadb directory and put the correct Files in the /lib directory
35+
2) a) If you are building under Windows, Enter the extlibs/libcurl directory and put the correct Files in the lib directory
3636
b) If you are building under Linux / Unix / MacOS, Simply Install LibCurl and you should be good to go.
3737
2) simply run xmake in the directory to generate a static/shared library that you can use.
3838
Remeber that the lib file generated is not cross-platform betweeen Win and Linux, and between different versions of Linux.
39+
*If you are running Linux, please read Linux_BuildOptions.txt
3940
You need to generate lib file each time when you are switching platforms.
4041
## Contribute
4142
You can fork this project and request a Pull Request.

extlibs/libcurl.dll

-335 KB
Binary file not shown.

extlibs/libcurl.lib

-16.7 KB
Binary file not shown.

extlibs/libcurl_s.lib

-3.16 MB
Binary file not shown.

extlibs/libmariadb.dll

-796 KB
Binary file not shown.

extlibs/libmariadb.lib

-55.3 KB
Binary file not shown.

extlibs/mariadbclient.lib

-3.78 MB
Binary file not shown.

0 commit comments

Comments
 (0)