diff options
Diffstat (limited to 'docs/COMPILE.md')
| -rwxr-xr-x | docs/COMPILE.md | 16 |
1 files changed, 16 insertions, 0 deletions
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: |