From 194c346c18a11c754c788ec52c5fef388f163b9e Mon Sep 17 00:00:00 2001 From: Mikhail Petranov Date: Wed, 24 Nov 2021 10:51:13 +0000 Subject: Updated compile docs to include LX2160A support --- 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 67ad8187..55379ccc 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -116,6 +116,22 @@ If it's the first install, you also need: sudo systemctl restart systemd-binfmt ``` +#### for LX2160A + +Using a 64bits OS: + +``` +git clone https://github.com/ptitSeb/box64 +cd box64 +mkdir build; cd build; cmake .. -DLX2160A=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo +make -j$(nproc) +sudo make install +``` +If it's the first install, you also need: +``` +sudo systemctl restart systemd-binfmt +``` + #### for x86_64 Linux `mkdir build; cd build; cmake .. -DLD80BITS=1 -DNOALIGN=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo; make -j$(nproc)` -- cgit 1.4.1