Skip to content

Commit

Permalink
Update COMPILE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenPew authored Jan 11, 2021
1 parent 2bf60dc commit 088a85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COMPILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Compiling

#### for Pyra

`mkdir build; cd build; cmake .. -DPYRA=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo; make;`
`mkdir build; cd build; cmake .. -DPYRA=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo; make`

#### for Gameshell

Expand Down Expand Up @@ -39,7 +39,7 @@ As most RK3399 device run AARCH64 OS, you'll need an `armhf` multiarch environme

#### for Other ARM Linux platforms

`mkdir build; cd build; cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo; make; sudo make install`
`mkdir build; cd build; cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo; make`

#### for x86 Linux

Expand Down

0 comments on commit 088a85c

Please sign in to comment.