From 1b19d8b909425503653a4d0a18d80989ef8f7666 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 30 Oct 2021 12:12:13 +0200 Subject: Added Phytium paragraph to COMPILE.md --- docs/COMPILE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/COMPILE.md') diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 17b3c2a2..df558027 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -64,6 +64,22 @@ sudo systemctl restart systemd-binfmt ``` +---- +#### for Phytium + +Using a 64bits OS: +``` +git clone https://github.com/ptitSeb/box64 +cd box64 +mkdir build; cd build; cmake .. -DPHYTIUM=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 LoongArch Using a 64bits OS: -- cgit 1.4.1