Skip to content

Commit 9f19b07

Browse files
authored
Update README.md
1 parent 932a0f3 commit 9f19b07

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66

77
## Build and run
88

9-
- Clone adxe(another cocos2d-x fork) and run setup.py in root of engine
10-
11-
git clone https://github.com/adxeproject/adxe
9+
- Clone [adxe](https://github.com/adxeproject/adxe)(another cocos2d-x fork) and run setup.py in root of engine
1210

1311
- Use cmake to build
1412

15-
```bat
16-
REM Ensure visual studio 2019 or 2022 installed
17-
cmake -B build_x86 -A Win32 -DBUILD_EXTENSION_FAIRYGUI=OFF -DBUILD_EXTENSION_GUI=OFF
18-
cmake --build build_x86 --target HelloLua
19-
```
13+
```bat
14+
REM Ensure visual studio 2019 or 2022 installed
15+
cmake -B build_x86 -A Win32 -DBUILD_EXTENSION_FAIRYGUI=OFF -DBUILD_EXTENSION_GUI=OFF
16+
cmake --build build_x86 --target HelloLua
17+
```
2018

2119
- Open build_x86/HelloLua.sln, and press F5 to run, by default the vs debugging working directory is the encrypted folder `assets`,
2220
everything should be fine if the decrypt work well.

0 commit comments

Comments
 (0)