about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-05 21:01:40 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-05 21:01:40 +0100
commit31fd0451d0d65d8706078373c884bccbb4c9934b (patch)
tree31cf3ab86630645aed31cac16b3f762c53af200c /docs/COMPILE.md
parentb56be08f959557a0a1fd18190ff89f8de83862a1 (diff)
downloadbox64-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-xdocs/COMPILE.md2
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: