We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2987fd3 commit b0231e0Copy full SHA for b0231e0
Docs/Development/how-to-join.md
@@ -52,6 +52,8 @@ debugger 由两部分组成,分别是 lua 调试主体和 c 扩展库。使用
52
53
## 编译相关库
54
55
++ mac
56
+
57
lua:
58
59
```
@@ -74,3 +76,27 @@ libpdebug:
74
76
g++ -shared -o libpdebug.so libpdebug.cpp -I/usr/local/include -L/usr/local/lib -llua
75
77
78
79
80
81
++ win
82
83
+mingw:https://nuwen.net/mingw.html
84
85
+lua:
86
87
+```
88
+make mingw
89
90
91
+luasocket:
92
93
+修改 src/makefile 文件中的 lua 版本,mingw_base 及编译头文件,lua库的引用位置
94
95
96
97
98
99
+libpdebug:
100
101
+使用 vs 编译,创建动态库项目
102
0 commit comments