about summary refs log tree commit diff stats
path: root/docs/COMPILE.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Note about binfmt_misc (#2445)FZXO112025-03-181-1/+10
| | | | | * Note about binfmt_misc * Notify its working on CHRoot
* [DOCS] Added BOX32 option in COMPILE.mdptitSeb2025-03-111-0/+17
|
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-46/+48
| | | | | | | | | | | * Fix typo DLOpenned->DLOpened * Fix a typo in comments: versionned->versioned * Fix a typo in comment: cleanning->cleaning * Update COMPILE.md and USAGE.md * A few more typos in comments
* [DOCS] Improve cross-build instructions (#2196)Chi-Kuan Chiu2024-12-281-0/+33
| | | | | | Include a note for users utilizing environments where only the box64 binary is available. This addition ensures that users can install the necessary libraries before running box64.
* [RV64_DYNAREC] Fix some typos in docs and dynarec/rv64 (#1758)WANG Guidong2024-08-261-3/+3
| | | | | | | | | | | * [Typo] fix some typo in docs and dynarec/rv64 * [Typo] fix some typo in docs and dynarec/rv64 * [Typo] fix some typo in dynarec/rv64 * [Typo] fix some typo in dynarec/rv64 * [Typo] fix some typo in docs
* Bumped version to v0.3.0ptitSeb2024-07-091-33/+38
|
* switch to maintained Pi-Apps-Coders apt repo (#1605)theofficialgman2024-06-191-6/+28
| | | closes https://github.com/ptitSeb/box64/issues/1576
* Removed all traces of PAGE8K, PAGE16K and PAGE64K as it's now detected in ↵ptitSeb2024-05-201-2/+1
| | | | runtime
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ptitSeb2024-02-261-0/+5
| | | | others tickets)
* [DOCS] Fix a typo in temrux building (#1240)Lily2024-02-011-1/+1
|
* add optimize build flag for Jetson orin and xavier (#1219)leonpano20062024-01-251-0/+16
| | | | | | | | | * add optmized options for Jetson xavier and orin * Update CMakeLists.txt * Update COMPILE.md add info for build on jetson orin and xavier
* Fix raspi5 building (#1142)Lily2023-12-151-1/+2
| | | | | | | * Update CMakeLists.txt * Update COMPILE.md * Update COMPILE.md
* Raspberry Pi 5 support (#1138)Martin Sundhaug2023-12-141-0/+6
| | | | | | | | | * Basic RPi5 support * Split RPi5 in 16k page-size variant and not * Update COMPILE.md Add documentation about 16K page support
* [DOCS] Updated TERMUX Building (#1121)Lily2023-12-071-2/+2
|
* [DOCS] Updated termux building instructions (#1113)Lily2023-12-041-2/+12
| | | | | * [DOCS] Add a warning for termux builders (mostly due #1112) * [DOCS] Added chroot or proot compiling
* [DOCS] Added missing library for #1108 (#1109)Lily2023-12-041-1/+1
| | | | | * [DOCS] Added missing library for #1108 * [DOCS] Typo
* [DOCS] Termux Compiling (#1102)Lily2023-12-011-12/+14
| | | | | | | | | * [DOCS] Termux Compiling * [DOCS] Not needed this * [DOCS] Added this back I don't think I had to delete that sorry
* [DOCS] Add mold usage to COMPILE.md (#1089)kaixindeken2023-11-271-0/+4
| | | | | * Add mold usage to COMPILE.md * add Mold usage to COMPILE.md
* [DOCS] Added some infor about SAVE_MEM build optionptitSeb2023-10-181-1/+4
|
* Added ADLink AmpereAltra profileptitSeb2023-09-251-1/+16
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Update COMPILE.mdRyan Fortner2023-07-201-1/+1
| |
* | Added generic ARM64 build profileptitSeb2023-07-141-0/+7
| |
* | Reduce duplication of compile instructions (#837)Jank95252023-06-141-122/+40
| | | | | | | | | | * Reduce duplication of compile instructions * Update COMPILE.md
* | ryanfortner's package now have a different name (#834)2023-06-121-1/+1
|/
* docs/COMPILE.md: Use trusted.gpg.d (#620)Sevan Janiyan2023-03-231-1/+1
| | | | Installing the keys in the system location will likely cause fallout in upgrades. Install into /etc/apt/trusted.gpg.d where it's commonly expected.
* Rv64 dynarec (#550)ptitSeb2023-03-121-1/+1
| | | | | | | | | | | | | | * [RV64_DYNAREC] Pushed the rv64_lock.h * [RV64_DYNAREC] Add initial support for atomic functions * [RV64_DYNAREC] Added some basic infrastructure for the Dynarec (and 1 opcode) * [RV64_DYNAREC] Add a disassembler for RV64 instructions * [RV64_DYNAREC] Added 86 MOV opcode, and some fixes too * [RV64_DYNAREC] Added 8D LEA opcode * [RV64_DYNAREC] Added POP reg opcode * [RV64_DYNAREC] Various fixes and small optims --------- Co-authored-by: Yang Liu <liuyang22@iscas.ac.cn>
* add -dnogit=1 flag to debian rulesRyan Fortner2023-03-101-1/+1
|
* Made the Signal workaround more generic, so it can be used by Termux userptitSeb2023-03-051-0/+2
|
* Added RK3588 profileptitSeb2023-02-181-0/+15
|
* Small change to avoid printing GPG pubkey on consoleptitSeb2023-02-111-1/+1
|
* Added ODROIDN2 Compile instruction (for #755)ptitSeb2023-02-031-0/+16
|
* more swap for rpi3 (#499)colin-i2023-01-161-3/+3
|
* Add support for Rpi3 on 64-bit ARM (aarch64) (#494)Neil Davis2023-01-091-1/+26
|
* Fix typos and arch type stringPierce Andjelkovic2022-06-081-2/+2
|
* Fix linkRyan Fortner2022-05-091-1/+1
|
* Update COMPILE.mdRyan Fortner2022-05-091-0/+2
|
* docs: add instructions for Debian-based LinuxRyan Fortner2022-05-091-1/+11
|
* Fix grammar and spelling mistakes in COMPILE.mdRadical2022-04-051-21/+24
|
* Added a better way to select 16K pages, and added M1 paragraph in COMPILE.mdptitSeb2022-03-231-0/+17
|
* Merge pull request #199 from Alexmitter/mainptitSeb2022-02-271-0/+16
|\ | | | | Add initial RISCV support
| * Update COMPILE.md to add RISCVAlexmitter2021-12-301-0/+16
| | | | | | again based on loongarch64
* | Update COMPILE.mdRyan Fortner2022-01-181-1/+1
| |
* | upload base debianizationRyan Fortner2022-01-181-0/+6
|/
* Updated compile docs to include LX2160A supportMikhail Petranov2021-11-241-0/+16
|
* [PPC64LE] Added option in CMakeList and paragraph in COMPILE.md (to be ↵ptitSeb2021-11-221-2/+18
| | | | checked by ppc64le owners)
* Added Phytium paragraph to COMPILE.mdptitSeb2021-10-301-0/+16
|
* Update COMPILE.mdHeasterian2021-10-171-0/+17
| | | Changes about compilation on Snapdragon 845 devices
* additional info for compilation documentzhaozhen2021-09-271-0/+16
|