about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorHeasterian <70614927+Heasterian@users.noreply.github.com>2021-07-03 22:26:29 +0300
committerGitHub <noreply@github.com>2021-07-03 22:26:29 +0300
commit7aa57054007209a4c9942048c691dadf7aaad8d4 (patch)
tree7a69f1fdcb67be88f618b63752f4014672622df2
parentbd212144673cc8541365b6b8f5584b65f756d6e1 (diff)
downloadbox64-7aa57054007209a4c9942048c691dadf7aaad8d4.tar.gz
box64-7aa57054007209a4c9942048c691dadf7aaad8d4.zip
Addtional Tegra X1 target
-rwxr-xr-xCOMPILE.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/COMPILE.md b/COMPILE.md
index 37014651..1a01ed3b 100755
--- a/COMPILE.md
+++ b/COMPILE.md
@@ -31,6 +31,22 @@ If it's the first install, you also need:
 sudo systemctl restart systemd-binfmt

 ```

 

+#### for TEGRA X1

+

+Using a 64bits OS:

+

+```

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

+cd box64

+mkdir build; cd build; cmake .. -DTEGRAX1=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)`