about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-27 17:21:48 +0200
committerGitHub <noreply@github.com>2021-09-27 17:21:48 +0200
commitdbce2758b20a791104fdf33dd2186c96182f461c (patch)
tree6bbe1c062c112e47a9ab9f08de361aecae9ef61c /docs
parentf054fb3a5f2f7aca3182aef6556648a17610854a (diff)
parent837f7edd55583274c7c163296a45208ebecbf284 (diff)
downloadbox64-dbce2758b20a791104fdf33dd2186c96182f461c.tar.gz
box64-dbce2758b20a791104fdf33dd2186c96182f461c.zip
Merge pull request #119 from Linux-Adaptation-Integrated-Toolkit/main
additional info for compilation document
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/COMPILE.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index d12fd2a0..e15bebb2 100755
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -47,6 +47,22 @@ If it's the first install, you also need:
 sudo systemctl restart systemd-binfmt

 ```

 

+#### for LoongArch

+

+Using a 64bits OS:

+

+```

+git clone https://github.com/ptitSeb/box64

+cd box64

+mkdir build; cd build; cmake .. -DLARCH64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo

+make -j4

+sudo make install

+```

+If it's the first install, you also need:

+```

+sudo systemctl restart systemd-binfmt

+```

+

 #### for Other ARM64 Linux platforms

 

  `mkdir build; cd build; cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo; make -j$(nproc)`