mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
git: Fix various issues in the INSTALL guide (#800)
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
## Official Releases
|
## Official Releases
|
||||||
|
|
||||||
The easiest way to install ImHex is to download the latest release from the [GitHub releases page](github.com/WerWolv/ImHex/releases/latest).
|
The easiest way to install ImHex is to download the latest release from the [GitHub Releases page](https://github.com/WerWolv/ImHex/releases/latest).
|
||||||
|
|
||||||
There's also a NoGPU version available for users who don't have a GPU or want to run ImHex in a VM without GPU passthrough.
|
There's also a NoGPU version available for users who don't have a GPU or want to run ImHex in a VM without GPU passthrough.
|
||||||
|
|
||||||
## Nighly Builds
|
## Nightly Builds
|
||||||
|
|
||||||
The GitHub Actions CI builds a new release package on every commit made to repository. These builds are available on the [GitHub Actions page](https://github.com/WerWolv/ImHex/actions?query=workflow%3A%22Build%22).
|
The GitHub Actions CI builds a new release package on every commit made to repository. These builds are available on the [GitHub Actions page](https://github.com/WerWolv/ImHex/actions?query=workflow%3A%22Build%22).
|
||||||
These builds are not guaranteed to be stable and may contain bugs, however they also contain new features that are not yet available in the official releases.
|
These builds are not guaranteed to be stable and may contain bugs, however they also contain new features that are not yet available in the official releases.
|
||||||
@@ -15,7 +15,7 @@ These builds are not guaranteed to be stable and may contain bugs, however they
|
|||||||
|
|
||||||
Build instructions for Windows, Linux and macOS can be found under `/dist/compiling`:
|
Build instructions for Windows, Linux and macOS can be found under `/dist/compiling`:
|
||||||
- Windows: [Link](dist/compiling/windows.md)
|
- Windows: [Link](dist/compiling/windows.md)
|
||||||
- macOS: [Link](dist/compiling/macOS.md)
|
- macOS: [Link](dist/compiling/macos.md)
|
||||||
- Linux: [Link](dist/compiling/linux.md)
|
- Linux: [Link](dist/compiling/linux.md)
|
||||||
|
|
||||||
## Package managers
|
## Package managers
|
||||||
|
|||||||
@@ -28,5 +28,5 @@ make -j4 package
|
|||||||
```
|
```
|
||||||
|
|
||||||
If the build fails while trying to find the macOS libraries, make sure you have
|
If the build fails while trying to find the macOS libraries, make sure you have
|
||||||
XCode installed with `xcode-select --install`. Homebrew will also help get the
|
Xcode installed with `xcode-select --install`. Homebrew will also help get the
|
||||||
most recent SDK installed and configured with `brew doctor`.
|
most recent SDK installed and configured with `brew doctor`.
|
||||||
Reference in New Issue
Block a user