1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-imhex

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
linux.md 796
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
WerWolv Отправлено 17.02.2025 18:14 5651c4d

Compiling ImHex on Linux

On Linux, ImHex is built through regular GCC (or optionally Clang).

  1. Clone the repo using git clone https://github.com/WerWolv/ImHex --recurse-submodules
  2. Install the dependencies using one of the dist/get_deps_*.sh scripts. Choose the one that matches your distro.
  3. Build ImHex itself using the following commands:
cd ImHex
mkdir -p build
cd build
CC=gcc-14 CXX=g++-14                          \
cmake -G "Ninja"                              \
    -DCMAKE_BUILD_TYPE=Release                \
    -DCMAKE_INSTALL_PREFIX="/usr"             \
    ..
ninja install

All paths follow the XDG Base Directories standard, and can thus be modified with the environment variables XDG_CONFIG_HOME, XDG_CONFIG_DIRS, XDG_DATA_HOME and XDG_DATA_DIRS.

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-imhex.git
git@api.gitlife.ru:oschina-mirror/mirrors-imhex.git
oschina-mirror
mirrors-imhex
mirrors-imhex
master