diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-05 21:01:40 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-05 21:01:40 +0100 |
| commit | 31fd0451d0d65d8706078373c884bccbb4c9934b (patch) | |
| tree | 31cf3ab86630645aed31cac16b3f762c53af200c /docs/COMPILE.md | |
| parent | b56be08f959557a0a1fd18190ff89f8de83862a1 (diff) | |
| download | box64-31fd0451d0d65d8706078373c884bccbb4c9934b.tar.gz box64-31fd0451d0d65d8706078373c884bccbb4c9934b.zip | |
Made the Signal workaround more generic, so it can be used by Termux user
Diffstat (limited to 'docs/COMPILE.md')
| -rwxr-xr-x | docs/COMPILE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 377a465f..f0dd0881 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -169,6 +169,8 @@ sudo systemctl restart systemd-binfmt `mkdir build; cd build; cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo; make -j$(nproc)` +You can also add `-DBAD_SIGNAL=ON` to the cmake command if you are on Linux Kernel mixed with Android, like on RK3588 or maybe Termux + #### for LoongArch Using a 64bit OS: |