File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ libglu1-mesa-dev alsa-base alsa-utils alsa-source libasound2-dev -y
4242
4343### linux环境
4444``` bash
45- git clone git@github.com:tiansongyu/6502Emulator.git &&
46- cd 6502Emulator &&
47- mkdir build &&
48- cd build &&
49- cmake -DCMAKE_BUILD_TYPE=Release .. &&
45+ git clone git@github.com:tiansongyu/6502Emulator.git
46+ cd 6502Emulator
47+ mkdir build
48+ cd build
49+ cmake -DCMAKE_BUILD_TYPE=Release ..
5050cd 6502/6502Emulator/
51- make -j12 &&
51+ make -j12
5252./6502Emulator
5353```
5454### Windows环境
5555``` bash
56- git clone git@github.com:tiansongyu/6502Emulator.git &&
57- cd 6502Emulator &&
56+ git clone git@github.com:tiansongyu/6502Emulator.git
57+ cd 6502Emulator
5858make_VS2019.bat
5959```
6060
You can’t perform that action at this time.
0 commit comments