Skip to content

Commit

Permalink
Fix typos in org.eclipse.equinox.executable.feature/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 28, 2024
1 parent 05b2835 commit d47753c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/org.eclipse.equinox.executable.feature/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This feature contains the executables and launcher bundle along with its fragments used to launch Equinox respectivly Eclipse based standalone applications.
This feature contains the executables and launcher bundle along with its fragments used to launch Equinox respectively Eclipse based stand-alone applications.
It also hosts the native C source files and scripts to build these executable and launcher library binaries for all supported platforms.

The _Equinox launcher executable_ is the executable binary file that can be used to launch an Equinox based applications like Eclipse. It is for example named `eclipse.exe` (on Windows) or `eclipse` (on Linux and Mac).
Expand Down Expand Up @@ -43,6 +43,6 @@ For more options and details see the `build.sh/bat` files and corresponding make

### Cross compilation

On some platforms cross-compilation for other CPU architecutres is possible by invoking the `build.sh/bat` scripts with an explicit `-arch <target-arch>` argument.
On some platforms cross-compilation for other CPU architectures is possible by invoking the `build.sh/bat` scripts with an explicit `-arch <target-arch>` argument.
Of course the required tools for the targeted architecture have to be available.
For example on a Windows computer with `x86_64` CPU, to build the binaries for Windows on ARM one can call `build.bat -arch aarch64 -java <path-to-arm-jdk>`.

0 comments on commit d47753c

Please sign in to comment.