From 78a336c092b9cf5ff48f970d670cb995f64c9e4f Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 3 Feb 2023 16:25:10 +0100 Subject: Added ODROIDN2 Compile instruction (for #755) --- 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 20ac1e5f..07eb0eb3 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -84,6 +84,22 @@ If it's the first install, you also need: sudo systemctl restart systemd-binfmt ``` +#### for ODROID N2/N2+ + +Using a 64bit OS: + +``` +git clone https://github.com/ptitSeb/box64 +cd box64 +mkdir build; cd build; cmake .. -DODROIDN2=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 Snapdragon 845 Using a 64bit OS: -- cgit 1.4.1